I have a few users on my network that need to have messages they send exempted from being scanned by the clamav-milter that I am using in combination with Postfix.
According to the "clamav-milter.conf" file: # Messages from authenticated SMTP users matching this extended POSIX # regular expression (egrep-like) will not be scanned. # As an alternative, a file containing a plain (not regex) list of names (one # per line) can be specified using the prefix "file:". # e.g. SkipAuthenticated file:/etc/good_guys # # Note: this is the AUTH login name! # # Default: unset (no whitelisting based on SMTP auth) #SkipAuthenticated ^(tom|dick|henry)$ This is an example fro the Postfix maillog (actual name modified): sasl_username=t...@pc.network.net Now, I am assuming that if I create a file as described not using regular expressions, it would look like this: SkipAuthenticated file:/etc/good_guys /etc/good_guys tom jim frank roger Would that be correct? Also, is case folding being used in this scenario by the clamav-milter? -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Remember: 2+2=5 for large values of 2. _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml