diff options
| author | bwarsaw | 2003-03-12 17:57:38 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-03-12 17:57:38 +0000 |
| commit | f8c5fac3e6153256878086aaaf41601dcd9758b5 (patch) | |
| tree | 4e79bb9ae1e7acd88579f92d151885aa0e48c54f | |
| parent | af56b05e6868620ebc2a16937d681a16c733af43 (diff) | |
| download | mailman-f8c5fac3e6153256878086aaaf41601dcd9758b5.tar.gz mailman-f8c5fac3e6153256878086aaaf41601dcd9758b5.tar.zst mailman-f8c5fac3e6153256878086aaaf41601dcd9758b5.zip | |
| -rw-r--r-- | Mailman/Bouncers/Postfix.py | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Mailman/Bouncers/Postfix.py b/Mailman/Bouncers/Postfix.py index ec280e2f3..447e326c8 100644 --- a/Mailman/Bouncers/Postfix.py +++ b/Mailman/Bouncers/Postfix.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. """Parse bounce messages generated by Postfix. @@ -21,11 +21,9 @@ bounces with the word Postfix scratched out and the word `Keftamail' written in in crayon. It also matches something claiming to be `The BNS Postfix program', and -`SMTP_Gateway'. /Everybody's/ gotta be different, huh? - +`SMTP_Gateway'. Everybody's gotta be different, huh? """ - import re from cStringIO import StringIO |
