On 30.08.2007, at 22:48, Wolfgang Hennerbichler wrote:

> The way I filter those messages now happens in this simple ACL
> statement:
>
>    deny    message = No weird characters allowed!
>            senders = ^.*\\xc3

Revised... Those illegal spam-messages don't come in as UTF8.
The ACL now rejects all german "Umlaute" (lower and upper case) and  
those that countain c3 in UTF8:

   deny    message = No umlaute allowed!
           senders = ^.*\\xc3 : ^.*\\374 : ^.*\\366 : ^.*\\344 : ^.*\ 
\326 : ^.*\\304 : ^.*\\334

(I know I could do it in one regex and the regex sucks... This way  
it's more obvious to other users who are administrating the mailserver)

wogri
-- 
www.vix.at // www.aco.net // www.sth.ac.at
[EMAIL PROTECTED] // WH844-RIPE
Vienna University Computer Center
Tel: +43 1 4277-14031 // Fax: -9140





-- 
[EMAIL PROTECTED]
http://www.wogri.com
http://www.einradfilm.at


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to