Am 23.11.2015 um 13:43 schrieb Matthias Apitz:
El día Monday, November 23, 2015 a las 01:38:12PM +0100, Reindl Harald escribió:Am 23.11.2015 um 13:34 schrieb Matthias Apitz:El día Monday, November 23, 2015 a las 01:26:25PM +0100, Benny Pedersen escribió:its known 2 mta that makes incorrect headers so RDNS cant be used from them, is your isp using another mta that also breaks headers like domino and commicate pro the spamassamssin rule is correct but maybe missing a 3rd exception, i have not read all headers yet you have posted, but so far i think this is the case for your problem to get solvedI set in my file .spamassassin/user_prefs meta RDNS_NONE (__RDNS_NONE && !(__CGATE_RCVD || __DOMINO_RCVD)) but it still gives always RDNS_NONEbecause it does the same as the original rule, Bennys post don't makeI do not see any affect of the above: $ spamassassin -tD < /tmp/apache > /tmp/apache.o 2> /tmp/apache.d $ egrep -i 'DOMIN|GATE' /tmp/apache.d
honestly *what* do you expect? is your server a Lotus Domino? no! is your server a CommuniGate Pro? no! header __DOMINO_RCVD Received =~ /by \S+ \(Lotus Domino / header __CGATE_RCVD Received =~ /by \S+ \(CommuniGate Pro/forget the crap Benny posted and try to understand that *both* rules (the first is the untouched from upstream) are doing exactly the same: *not* fire RDNS_NONE on *known broken mailservers* while yours is broken too but has no exception
meta RDNS_NONE (__RDNS_NONE && !__CGATE_RCVD && !__DOMINO_RCVD) meta RDNS_NONE (__RDNS_NONE && !(__CGATE_RCVD || __DOMINO_RCVD))
signature.asc
Description: OpenPGP digital signature