[Mimedefang] SMTP-AUTH

John Rudd john at rudd.cc
Sat Aug 27 01:33:31 EDT 2005


I want to skip checking with SpamAssassin if the message came from a 
relay on my internal network OR if it was submitted with SMTP-AUTH.

I was thinking that what I would do is, in filter_end, change:

if ($Features{SpamAssassin) {

to

if ( ($Features{SpamAssassin})
      && ( ($RelayAddr !~ /MY_NETWORK/) || (SUCCESSFUL_SMTP_AUTH) ) {


However, I have no idea what to put in for "SUCCESSFUL_SMTP_AUTH".

Anyone know?




More information about the MIMEDefang mailing list