diff options
| author | fukachan <fukachan> | 2001-02-10 13:38:09 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-02-10 13:38:09 +0000 |
| commit | d3dd076c515c1b38209823df9d8ce11ebfedf163 (patch) | |
| tree | 772754a710ba78bc365397eb399764dc8ff4a8b0 /fml/libexec | |
| parent | 850189c2a9b03fba9d8fe5c81c03bf2650856044 (diff) | |
| download | fml8-d3dd076c515c1b38209823df9d8ce11ebfedf163.tar.gz fml8-d3dd076c515c1b38209823df9d8ce11ebfedf163.tar.bz2 fml8-d3dd076c515c1b38209823df9d8ce11ebfedf163.zip | |
import prototype for qmail-extension emulator from fml 4.0
Diffstat (limited to 'fml/libexec')
| -rwxr-xr-x | fml/libexec/process_switch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fml/libexec/process_switch b/fml/libexec/process_switch index b7a7b413..ef48015f 100755 --- a/fml/libexec/process_switch +++ b/fml/libexec/process_switch @@ -69,6 +69,9 @@ sub _module_we_use elsif ($name eq 'mead') { $pkg = 'FML::Process::MailErrorAnalyzer'; } + elsif ($name eq 'qmail-ext') { + $pkg = 'FML::Process::QMail'; + } else { return ''; } |
