post...@corwyn.net a écrit : > > > > I'm currently using recipient_delimiter in main.cf and in amavisd.conf, > so that inbound spam (as determined by spamassassin) adds "+Spam" to the > recipient. I don't block any spam (it all gets delivered) so I don't > have to administer quarantined spam. > > However, when that spam hits a mailbox that has vacation enabled (the > perl script from postfixadmin), vacation.pl sends an automatic reply from: > first.last#example.com+s...@autoreply.example.com > > Is there a relatively trivial way inside of postfix to not send an > autoresponse when the sender is "+s...@autoreply.example.com", yet also > not send a bounce notification back to the user? > >
check if your vacation script can be configured/patched to not send replies when Spam headers are found ("X-Spam-Flag: YES", ... etc). if that's not possible, complain to your vacation vendor ;-p Alternatively, change your delivery config so that mail to *+s...@yourdomain.example uses a different delivery mechanism, one that doesn't call your vacation script.