Bounce filter behavior 6.1 - Is something broken...

Use this forum for all questions related to bounce management of OpenEMM

Moderator: moderator

effgee
Posts: 10
Joined: Wed Apr 28, 2010 10:17 pm

Bounce filter behavior 6.1 - Is something broken...

Post by effgee »

Running 6.1 + 2 patches

Have any idea if there is a problem with the soft bounce in 6.1.
I haven't been able to get it to work at all.

All mails get stuck in /home/openemm/var/spool/filter/sent-unspec and never get forwarded via the bounce filters.

mailllog:

Code: Select all

Jul 20 13:46:53 emm sendmail[10743]: o6KHkpHU010743: from=<xxxx.xxxxxx@gmail.com>, size=1656, class=0, nrcpts=1, msgid=<AANLkTilIynXTCTwU-Q4Nh5V20x3-cfyMlv_Wu_0mWoJv@mail.gmail.com>, proto=ESMTP, daemon=MTA, relay=mail-px0-f177.google.com [209.85.212.177]
Jul 20 13:46:53 emm sendmail[10745]: o6KHkpHU010743: to=<emm@news.xxxxx.xx>, delay=00:00:02, xdelay=00:00:00, mailer=procmail, pri=121656, relay=/home/openemm/conf/bav/bav.rc, dsn=2.0.0, stat=Sent
And then they disappear into the filter file. There is no attempt made by sendmail to forward the message to its ultimate destination.

I have even commented out all the filter rules from bav.rule In case the rule sets were just catching everything.

Code: Select all

[filter]
#{auto}^(From|Sender): .*(AUTO.*(RESPOND|ANTWORT|REPLY)|(ZUSTELL|EINGANGS)BEST(AE|Ä|=E4)TIGUNG|KEINEANTWORTADRESSE).*
#{ooo}^Subject: .*(OUT OF.*OFFICE|AUTO.*RESPOND|AUTO.*REPLY|ABWESENHEIT).*
#{ooo}^Subject: .*(AUTOMATISCH|VACATION|ZUSTELLBENACH|IST.*AU(SS|ß|=DF)ER.*HAUS|IST NICHT IM HAUS|IST IM URLAUB|(AUTO|ACTION).*NOTIFICATION|EI$
#{unsubscribe}^Subject: .*UNSUBSCRIBE.*
It didn't seem to do anything..

Am I correct to assume the sending to the forwarding address present in the bounce filters is supposed to happen automatically from within openemm, or is it something that I have to setup myself?

If I'm supposed to set it up myself.. got any pointers?