[Mimedefang] MIMEDefang without SpamAssassin

Dianne Skoll dfs at roaringpenguin.com
Thu Jun 8 16:16:51 EDT 2017


On Thu, 8 Jun 2017 17:04:40 +0000
Chad Cordero <ccordero at csusb.edu> wrote:

> Is there a configuration parameter I can set to not run
> SpamAssassin?

You can't use the stock /etc/mail/mimedefang-filter.  Create
your own filter and near the top, put this:

$Features{"AutoDetectPerlModules"} = 0;

This will cause MIMEDefang not to drag in various expensive Perl modules
like SpamAssassin.  Then write your own filter_end routine to do whatever
processing you need.

Regards,

Dianne.



More information about the MIMEDefang mailing list