diff options
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 ''; } |
