spf-discuss
[Top] [All Lists]

Re: 2822 Header Analysis [Re: The pretty name]

2004-10-01 06:15:23
On 10/1/2004 02:30, Hector Santos wrote:

<snip>
* Once accepted, you must deliver or provide reason for non-delivery.

Since SA is a post smtp process[...]

That's not necessarily true.  For instance, when SA is run via something
like the MIMEDefang sendmail milter you can do something like this
pseudo code

if($spamScore>10)
    action_smtp_reject("550:  Spamscore too high");
else
    action_tag_subject("****Possible SPAM**** " . "$subject");


Yea, MIMEDefang rocks...  :)

Cheers,

~Jason

--