diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-07-31 13:27:06 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-07-31 13:27:06 -0700 |
commit | 0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0 (patch) | |
tree | 4019790fda8d9b0875f515120c7b5bdf4200e4c8 /Mailman/Bouncers/BouncerAPI.py | |
parent | 1fa8485365659b59c7480ea62ea8d73c9e90fb5b (diff) | |
download | mailman2-0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0.tar.gz mailman2-0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0.tar.xz mailman2-0f74db6fb0ae5a4fcdfaaf1976d196efc01ab0b0.zip |
Added recognition for more bounces.
Diffstat (limited to '')
-rw-r--r-- | Mailman/Bouncers/BouncerAPI.py | 3 |
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', ] |