New delayed DSN pattern. Retab (expandtab).

This commit is contained in:
Stuart Gathman
2007-03-17 21:22:48 +00:00
parent e571ccc5a5
commit 4013365a3d
+5 -1
View File
@@ -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)