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

General eFa discussion
Post Reply
DeRaptor
Posts: 28
Joined: 25 Oct 2017 15:47

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

Post 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
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

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

Post by shawniverson »

Try updating your SpamAssassin rule descriptions using the Tools menu.
DeRaptor
Posts: 28
Joined: 25 Oct 2017 15:47

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

Post by DeRaptor »

Shawn,

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