[Mimedefang] set mimedefang to not scan authenticated users

Ron Wilhoite ronw at bals.org
Wed Apr 16 22:18:03 EDT 2008


On 04/16/2008 02:49 PM maillist wrote:
> I am using:
> slackware 12.0
> mimedefang 2.63
> spamassassin 3.2.4
>  running on Perl version 5.8.8
> sendmail 8.14.0
> 
> sendmail -
> define(`confMILTER_MACROS_ENVFROM', ``i, {auth_type}, {auth_authen})dnl

Watch the back ticks and lack of quoting? I have:

define(`confMILTER_MACROS_ENVFROM', `i, {auth_authen}')dnl

> 
> mimedefang-filter -
> sub filter_end {
>  my($entity) = @_;
>  if (defined($SendmailMacros{'auth_authen'})) {
>    return;
>  }
> }
> 

My line is slightly different:

if ($SendmailMacros{'auth_authen'}) {

> This doesn't bypass the spamassassin filter.  Have I got the wrong idea 
> here?
> 
> TIA
> -Aubrey

Ron Wilhoite



More information about the MIMEDefang mailing list