Thank you. -----Original Message----- From: MIMEDefang [mailto:[email protected]] On Behalf Of Dianne Skoll Sent: Thursday, June 8, 2017 1:17 PM To: [email protected] Subject: Re: [Mimedefang] MIMEDefang without SpamAssassin
On Thu, 8 Jun 2017 17:04:40 +0000 Chad Cordero <[email protected]> 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. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

