~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/Bouncers/SimpleWarning.py

  • Committer: Mark Sapiro
  • Date: 2009-02-23 23:06:11 UTC
  • mfrom: (1006.1.37 2.2)
  • Revision ID: mark@msapiro.net-20090223230611-lyhin92xpcbtdyhh
Merged changes from 2.2 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2001-2008 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 2001-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
53
53
    (_c('THIS IS A WARNING MESSAGE ONLY'),
54
54
     _c('Message will be retried'),
55
55
     _c(r'\s*(?P<addr>\S+@\S+)\s*')),
 
56
    # RS ver 1.0.95vs ? - see comments for MessageSwitch
 
57
    (_c('We will continue to try to deliver'),
 
58
     _c('.+'),
 
59
     _c('(?P<addr>.+)')),
56
60
    # Next one goes here...
57
61
    ]
58
62