On Fri, 24 May 2002, Graham Dunn wrote:

> > >> Or you could just tell postfix that the "spam" transport only handles
> > >> one recipient at a time and let it do the iterating.
> 
> Has anyone taken a stab at this when spamassassin is called as part of
> a sendmail milter (mimedefang, notably)?

Unless something about milter has changed recently, it's invoked once per
SMTP "command"; e.g. one callback is called for each RCPT TO, and another
is called (once) for the DATA, etc.  You can't rewrite the message headers
or body separately for each recipient, and by the time you have the
message to examine it's too late to do per-recipient accept/reject.


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to