Hi there,
I'm sure there is a better way to do this, but off the top of my head I'm
sure you could achieve this using a system filter. Something like:
if ($message_headers does not contain "your valid charset here") then
seen finish
endif
That said I'm not sure exactly how reliable this would be (or if it would
work at all for that matter), so use/test with caution.
Cheers,
Marc
On Tue, 11 Dec 2007 16:08:02 +0200, jean-paul natola <jnatola@???>
wrote:
>
> Hi all,
> excuse the repost, but Im trying to figure out how/where to
> block/filter/reject emails that come in NON-ISO-8859-1 characters,
> ive seen a HUGE surge in spam recently that I'd rather drop at MTA
> rather than sending it to SA- we communiucate ONLY in English French
> and Spanish, so it seems pointless to let other messages through to SA.
> thx