[Qmail-scanner-general] Σχετ: Qmail-scanner Whitelist
AV/content filter for Qmail
Brought to you by:
jhaar
From: kip p. <ki...@ya...> - 2017-12-14 06:56:33
|
Hi Jason, at Line 514 of qmail-scanner-queue.pl after: if ($headers{'MAILFROM'} eq "" || $headers{'subject'} =~ /Returned mail:|Mail Transaction Failed/) { &debug("This is a bounce message - better assume there's an attachment in it",5); $plain_text_msg=0; } I have added the following code which seems to do the trick by setting $plain_text_msg=1. I hope it doesn't break anything though. if ($headers{'MAILFROM'} eq 'ki...@ya...') { &debug("This sender is excluded from AV Scanning"); $plain_text_msg=1; } Στις 12:05 π.μ. Πέμπτη, 14 Δεκεμβρίου 2017, ο/η Jason Haar <jas...@tr...> έγραψε: That won't whitelist for AV: AV is always on (assuming it's enabled of course). Qmail-Scanner itself skips SpamAssassin via IP address filters - I can't think of any way of doing it per email address On Thu, Dec 14, 2017 at 5:49 AM, Bobber <bo...@kc...> wrote: -------- Original Message -------- Subject: [Qmail-scanner-general] Qmail-scanner Whitelist From: kip papa via Qmail-scanner-general <qmail-scanner-general@lists. sourceforge.net> To: qmail-scanner-general@lists. sourceforge.net <qmail-scanner-general@lists. sourceforge.net> Date: 12/13/2017 07:50 AM Hi, is there a way to whitelist a specific email address or domain in Qmail-scanner in order to bypass AV Scanning and Spamassassin ? Thanks This can be done through spamassassin: https://wiki.apache.org/ spamassassin/ManualWhitelist -- Bob Wooldridge Blog: http://kc0dxf.net/blog/ ------------------------------ ------------------------------ ------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ______________________________ _________________ Qmail-scanner-general mailing list Qmail-scanner-general@lists. sourceforge.net https://lists.sourceforge.net/ lists/listinfo/qmail-scanner- general -- Cheers Jason HaarInformation Security Manager, Trimble Navigation Ltd.Phone: +1 408 481 8171PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ Qmail-scanner-general mailing list Qma...@li... https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general |