aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncers/BouncerAPI.py
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2009-07-31 13:27:06 -0700
committerMark Sapiro <mark@msapiro.net>2009-07-31 13:27:06 -0700
commit0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0 (patch)
tree4019790fda8d9b0875f515120c7b5bdf4200e4c8 /Mailman/Bouncers/BouncerAPI.py
parent1fa8485365659b59c7480ea62ea8d73c9e90fb5b (diff)
downloadmailman2-0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0.tar.gz
mailman2-0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0.tar.xz
mailman2-0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0.zip
Added recognition for more bounces.
Diffstat (limited to '')
-rw-r--r--Mailman/Bouncers/BouncerAPI.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py
index e19c53f7..5f83faf1 100644
--- a/Mailman/Bouncers/BouncerAPI.py
+++ b/Mailman/Bouncers/BouncerAPI.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2006 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -53,6 +53,7 @@ BOUNCE_PIPELINE = [
'SimpleWarning',
'Yale',
'LLNL',
+ 'AOL',
]