-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCountryCodes.cf
More file actions
29 lines (16 loc) · 1.53 KB
/
Copy pathCountryCodes.cf
File metadata and controls
29 lines (16 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# make sure loadplugin is uncomment in init.pre (or local.cf?)
ifplugin Mail::SpamAssassin::Plugin::RelayCountry
#header RELAYCOUNTRY_BAD X-Relay-Countries =~ /^(IL|VN|CN|RU|RO|CZ|JP|UA|IN|HK|TW|BH|KR|KP|PK)/
header RELAYCOUNTRY_BAD X-Relay-Countries =~ /^(A1|A2|O1|AD|AE|AF|AG|AI|AL|AM|AO|AP|AQ|AR|AS|AU|AW|AX|AZ|BA|BB|BD|BE|BF|BG|BH|BI|BJ|BL|BM|BN|BO|BQ|BR|BT|BV|BW|BY|BZ|CA|CC|CD|CF|CG|CH|CI|CK|CL|CM|CN|CO|CR|CU|CV|CW|CX|CY|CZ|DE|DJ|DK|DM|DO|DZ|EC|EE|EG|EH|ER|ES|ET|EU|FI|FJ|FK|FM|FO|FR|GA|GD|GE|GF|GG|GH|GI|GL|GM|GN|GP|GQ|GR|GS|GT|GU|GW|GY|HK|HM|HN|HR|HT|HU|ID|IE|IL|IM|IN|IO|IQ|IR|IS|IT|JE|JM|JO|JP|KE|KG|KH|KI|KM|KN|KP|KR|KW|KY|KZ|LA|LB|LC|LI|LK|LR|LS|LT|LU|LV|LY|MA|MC|MD|ME|MF|MG|MH|MK|ML|MM|MN|MO|MP|MQ|MR|MS|MT|MU|MV|MW|MX|MY|MZ|NA|NC|NE|NF|NG|NI|NL|NO|NP|NR|NU|NZ|OM|PA|PE|PF|PG|PH|PK|PL|PM|PN|PR|PS|PT|PW|PY|QA|RE|RO|RS|RU|RW|SA|SB|SC|SD|SE|SG|SH|SI|SJ|SK|SL|SM|SN|SO|SR|SS|ST|SV|SX|SY|SZ|TC|TD|TF|TG|TH|TJ|TK|TL|TM|TN|TO|TR|TT|TV|TW|TZ|UA|UG|UY|UZ|VA|VC|VE|VG|VN|VU|WF|WS|YE|YT|ZA|ZM|ZW)/
describe RELAYCOUNTRY_BAD Relayed through suspect countries at some point
score RELAYCOUNTRY_BAD 30.0
header RELAYCOUNTRY_OK X-Relay-Countries =~ /^(US|CA)/
describe RELAYCOUNTRY_OK Relayed through ok country, at some point.
score RELAYCOUNTRY_OK -0.01
endif # Mail::SpamAssassin::Plugin::RelayCountry
========================================================================================
** Make sure to subscribe to maxmind. need Account id and key insert here:
/etc/GeoIP/GeoIP.conf
make sure using LATEST geoipupdate!!!
-v to test
cron