[email protected]:
> >> spamassassin unix - n n - - pipe
> >> flags=R user=debian-spamd argv=/usr/bin/spamc -e /usr/sbin/sendmail
> >> -oi -f
> >> ${sender} ${recipient}
> >
> > This is not final delivery, don't use "R" here. And don't forget "--"
> > before the recipient list.
...
> About the spamassassin rule, you mean that the correct definition should
> be
>
> spamassassin unix - n n - - pipe
> user=debian-spamd
> argv=/usr/bin/spamc -e /usr/sbin/sendmail -oi -f ${sender} --
> ${recipient}
This is better, without "R" flags and with -- before the recipients.
The Postfix FILTER_README also recommends the sendmail -G option,
which prevents Postfix from appending your domain to broken email
addresses in email headers.
Wietse