I¹ve had a simple rule I use to see if mail is forwarded through a ³foreign country²:
header RELAY_NOT_US X-Relay-Countries =~ /\b(?:[ABCDEFGHIJKLMNOPQRTVWXYZ]{2}|\b/ describe RELAY_NOT_US Relayed though any country other than the US score RELAY_NOT_US 0.01 I mostly use it in Meta¹s, but it¹s a nice flag when doing other correlations. Unfortunately, the perl expression doesn¹t work for countries like the Ukraine (UA) or Russia (RU). And I don¹t really want ! RELAY_US, for lots of reasons. Can someone suggest an expression that will match any 2-capital letter word other than US? -- Daniel J McDonald, CCIE # 2495, CISSP # 78281