~joostvb/mailman/2.1-pgp-smime

« back to all changes in this revision

Viewing changes to Mailman/Bouncers/SimpleMatch.py

  • Committer: Joost van Baal
  • Date: 2009-02-19 14:41:53 UTC
  • mfrom: (414.13.44 2.1)
  • Revision ID: joostvb-bzr@mdcc.cx-20090219144153-56y7meuhg6dbz3ca
merging with upstream: 2.1.12rc2 was released

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License
166
166
    (_c('- no such user here'),
167
167
     _c('There is no user'),
168
168
     _c('^(?P<addr>[^\s@]+@[^\s@]+)\s')),
 
169
    # fastdnsservers.com
 
170
    (_c('The following recipient.*could not be reached'),
 
171
     _c('bogus stop pattern'),
 
172
     _c('^(?P<addr>[^\s@]+@[^\s@]+)\s*$')),
169
173
    # Next one goes here...
170
174
    ]
171
175