summaryrefslogtreecommitdiff
path: root/fml/libexec
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-02-10 13:38:09 +0000
committerfukachan <fukachan>2001-02-10 13:38:09 +0000
commitd3dd076c515c1b38209823df9d8ce11ebfedf163 (patch)
tree772754a710ba78bc365397eb399764dc8ff4a8b0 /fml/libexec
parent850189c2a9b03fba9d8fe5c81c03bf2650856044 (diff)
downloadfml8-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-xfml/libexec/process_switch3
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 '';
}