Page 1 of 1

No description in Spam Report (Relay Country Bad - Good)

Posted: 01 Dec 2021 08:14
by DeRaptor
Hi,

a little bit frustrating :shifty: : i activated the Relay Contry Good / Bad plugin in /etc/mail/spamassassin/init.pre.
I get an entry in the Spam report, but there's is no description, and i don't find the error :oops:

for example:

Image

my configuration:

Code: Select all

ifplugin Mail::SpamAssassin::Plugin::RelayCountry
add_header all Relay-Country _RELAYCOUNTRY_
header RELAYCOUNTRY_BAD X-Relay-Countries =~ /(AL|DZ|AR|AM|BY|BA|BN|CL|CN|CO|HR|CZ|DO|EG|IN|ID|IQ|JP|JO|KZ|KR|MY|MX|MN|PK|PE|PH|QA|RO|RU|SA|RS|LK|TW|TH|TR|UA|VE|VN|EU)/
describe RELAYCOUNTRY_BAD spammy country
score RELAYCOUNTRY_BAD 50.0

header RELAYCOUNTRY_GOOD X-Relay-Countries =~ /^(DE|AT|CH)/
describe RELAYCOUNTRY_GOOD First untrusted GW is DE, AT or CH
score RELAYCOUNTRY_GOOD -5.0
endif # Mail::SpamAssassin::Plugin::RelayCountry
Does have anybody have an idea where i have to look after ?

best regards,
Frank

Re: No description in Spam Report (Relay Country Bad - Good)

Posted: 01 Dec 2021 13:07
by shawniverson
Try updating your SpamAssassin rule descriptions using the Tools menu.

Re: No description in Spam Report (Relay Country Bad - Good)

Posted: 01 Dec 2021 15:25
by DeRaptor
Shawn,

thank you for your patience :drool: - that's it !