On 2/12/2013 3:00 PM, David F. Skoll wrote:
On Tue, 12 Feb 2013 19:57:28 +0000 Martin Gregorie <mar...@gregorie.org> wrote:header RELAY_NOT_US X-Relay-Countries=~ /\b(?:[A-TV-Z][A-RT-Z])\b/No. We leave it as an exercise to the reader to find out why that solution is wrong.
Hmm.... I would do something like this (untested): header RELAY_NOT_US X-Relay-Countries =~ /\b(?!US)[A-Z]{2}\b/ -- Bowie