m...@ruggedinbox.com: > >> 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 > > Hi ok applied the suggested changes: > > spamassassin unix - n n - - pipe > flags=G user=debian-spamd argv=/usr/bin/spamc -e /usr/sbin/sendmail > -oi -f ${sender} -- ${recipient}
I SAID SENDMAIL -G OPTION NOT PIPE "G" FLAG. > and tried to send a test email, 'Return-Path' is still there: Of course it is. You did not execute "postfix reload". Wietse