[Mimedefang] Ways to release non-spam

Damrose, Mark mdamrose at elgin.edu
Tue May 17 13:47:32 EDT 2005


-----Original Message-----
From: David Erickson

>I was just doing the following before:
>
>sendmail -f `cat SENDER` `cat RECIPIENTS` < ENTIRE_MESSAGE
>
>So what mechanisms are available to me to release an email back into
>wild from quarnatine without having the 127.0.0.1 allowed globally 
>in the mimedefang script.

option 1
sendmail 'cat RECIPIENTS' <ENTIRE_MESSAGE
and pass without spam checks if the envelope sender is root@(your host).
Block everything where envelope sender is root@(your host) and
$RelayAddress is not 127.0.0.1.

option 2
add a custom header such as
X-local-no-spam-check: 
and pass if that is present.



More information about the MIMEDefang mailing list