On Fri, 16 Mar 2012 13:09:00 +0000 Andrew Watkins <[email protected]> wrote:
> Problem is that virus checking is done in filter_begin which is not > called if the user has SMTP authentication > Any ideas? Rework the logic of your filter so that only certain things are skipped for authenticated users. Obviously, you can't use ACCEPT_AND_NO_MORE_FILTERING anywhere. ;) Put the logic in filter_begin or filter_end or wherever you do your spam-scanning. Regards, David. _______________________________________________ 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

