Re: [EXIM] simple hotmail regexp

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nigel Metheringham
Fecha:  
A: Alan Thew
Cc: Exim List
Temas nuevos: [EXIM] CDB Tools? (was: simple hotmail regexp)
Asunto: Re: [EXIM] simple hotmail regexp

Alan.Thew@??? said:
} Hotmail says:
} "2. We do not allow numeric characters at the beginning of an email
} address. Any Hotmail Login Name beginning with a NUMERIC character is
} a forgery."

} Does anyone have an existing regex that does this ?

Well for our config, where we have:-
  SPAM_BLOCK_DB   = EXICONF_DIR/spam_block_regex.cdb
  EXICONF_DIR     = /var/exim


sender_reject = "@@partial0-cdb;SPAM_BLOCK_DB"
sender_reject_recipients = "@@partial0-cdb;SPAM_BLOCK_DB"

The hotmail entry currently looks like:-
  *.hotmail.com        ^\d:maxx_*:colleen_*:gamma9:kzinspace:carnuts:\
            car_crazy65:>_basic_numeric_


[that last section passes the check on to our generic rules.]
The other specific names in there are from earlier spam attempts and are
probably outdated.

    Nigel.
-- 
[ Nigel.Metheringham@???   -  Systems Software Engineer ]
[ Tel : +44 113 207 6112                   Fax : +44 113 234 6065 ]
[      Real life is but a pale imitation of a Dilbert strip       ]




--
*** Exim information can be found at http://www.exim.org/ ***