New delayed DSN pattern. Retab (expandtab).
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
# A simple milter that has grown quite a bit.
|
||||
# $Log$
|
||||
# Revision 1.95 2007/03/03 19:18:57 customdesigned
|
||||
# Fix continuing findsrs when srs.reverse fails.
|
||||
#
|
||||
# Revision 1.94 2007/03/03 18:46:26 customdesigned
|
||||
# Improve delayed failure detection.
|
||||
#
|
||||
@@ -145,7 +148,8 @@ _subjpats = (
|
||||
r'^failed', r'^mail failed',
|
||||
r'^echec de distribution',
|
||||
r'^fallo en la entrega',
|
||||
r'\bfehlgeschlagen\b'
|
||||
r'\bfehlgeschlagen\b',
|
||||
r'^error sending\b'
|
||||
)
|
||||
refaildsn = re.compile('|'.join(_subjpats),re.IGNORECASE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user