diff options
| -rw-r--r-- | Mailman/Bouncers/BouncerAPI.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mailman/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py index 198027038..5bb1c29cb 100644 --- a/Mailman/Bouncers/BouncerAPI.py +++ b/Mailman/Bouncers/BouncerAPI.py @@ -4,14 +4,14 @@ # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. """Contains all the common functionality for msg bounce scanning API. @@ -43,6 +43,7 @@ def ScanMessages(mlist, msg): 'Postfix', 'Yahoo', 'Caiwireless', + 'Exchange', 'Exim', 'Netscape', 'Compuserve', |
