Am 25.11.15 um 09:55 schrieb Matthias Apitz:
El día Tuesday, November 24, 2015 a las 08:27:45PM +0100, Edda escribió:
I have found the bug in your patch, just a spelling issue:
pop:Mail eh$ diff -u SpamAssassin/Plugin/DNSEval.pm.ORG
SpamAssassin/Plugin/DNSEval.pm
--- SpamAssassin/Plugin/DNSEval.pm.ORG 2015-11-24 19:02:58.000000000
+0100
+++ SpamAssassin/Plugin/DNSEval.pm 2015-11-24 19:25:59.000000000 +0100
@@ -58,6 +58,7 @@
'check_rbl_from_host',
'check_rbl_from_domain',
'check_rbl_envfrom',
+ 'check_dsn_rdns',
^^^^^^^^^^^^^^
'check_dns_sender',
];
@@ -373,6 +374,25 @@
}
}
+sub check_dns_rdns {
^^^^^^^^^^^^^^
Ouch, sorry, i tested it on 3.3.1 and "re-typed" that line in 3.4.1....
Does the patch work for you?
Edda