diff options
Diffstat (limited to 'Mailman/Bouncers/BouncerAPI.py')
-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', ] |