[Mimedefang] trouble with filter_sender and faked mail from my domain to my domain

David F. Skoll dfs at roaringpenguin.com
Wed Aug 16 07:46:03 EDT 2006


Scott Harris wrote:

>             return(0, "Go away. $hostip is not a mydomain.com machine");

Should be:

       return('REJECT', "Go away...")

>     return (1, "OK");

Should be:

       return('CONTINUE', "OK");

--
David.



More information about the MIMEDefang mailing list