Patrones RegEx de usos comunes

This pattern, if added to Blacklisted Patterns, will block all mail from email addresses containing the word bounce:

/(From:|Return-Path:).*(bounce\@|bounce.*\@)|(\@bounce|\@.*bounce)/
 


The next pattern we use to block mails from addresses containing "mx" after the @ sign and had a 3 part domain name (e.g. [email protected]):

/(From|Return\-Path).*\@(mx.*|.*mx.*)\..*\..*/

 

You should monitor your server after adding patterns to the pattern filter, an incorrectly formatted pattern may block legitimate mail.  To monitor a whitelisted pattern search Reporting->History for mails scoring over 90 (the pattern filter will add a score of 100 when triggered).  The "bounce" pattern in particular will result in some false positives as sites like ebay, facebook, linkedin, ebay and others use bounce addresses for their notification mails.  You may need to whitelist some domains to ensure all legitimate mails is delivered.

  • 0 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

Usando el Historial

SpamTitan keeps a record of all mail that it processes and this information is viewable from...

Bloquear correo por Patrón o Filtrado de Contenido

Both the Pattern filter and the Content Filter allow you to use Regular Expression to match...

Cómo buscar un correo en las bitácoras de SpamTitan

This is very useful if you have any False Positives or False Negatives.    Step 1   Go to the...

Análisis de bitácora de correo

The SpamTitan mail log contains all the output from the two main mail processing services,...

Listas Blancas en detalle

SpamTitan tiene varias listas blancas a las que puede agregar direcciones de correo electrónico,...