diff options
| author | fukachan <fukachan> | 2001-04-11 16:36:45 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-11 16:36:45 +0000 |
| commit | 2b2a56fdba2ec715c2f1c615a7a94250bf99db07 (patch) | |
| tree | 4d91b2150f2869bbbcc4696b919afcfbf6332037 /fml/lib/Mail/Bounce.pm | |
| parent | badbe77553042cf4516b5cb9e6111027ecb8399c (diff) | |
| download | fml8-2b2a56fdba2ec715c2f1c615a7a94250bf99db07.tar.gz fml8-2b2a56fdba2ec715c2f1c615a7a94250bf99db07.tar.bz2 fml8-2b2a56fdba2ec715c2f1c615a7a94250bf99db07.zip | |
add parser for goo.ne.jp error format
Diffstat (limited to 'fml/lib/Mail/Bounce.pm')
| -rw-r--r-- | fml/lib/Mail/Bounce.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/Mail/Bounce.pm b/fml/lib/Mail/Bounce.pm index a88f52c1..bc2a0277 100644 --- a/fml/lib/Mail/Bounce.pm +++ b/fml/lib/Mail/Bounce.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Bounce.pm,v 1.2 2001/04/10 14:37:49 fukachan Exp $ +# $FML: Bounce.pm,v 1.3 2001/04/11 15:15:55 fukachan Exp $ # package Mail::Bounce; @@ -46,6 +46,7 @@ sub analyze 'Postfix19991231', 'Qmail', 'Exim', + 'GOO', 'SimpleMatch', ) { my $module = "Mail::Bounce::$pkg"; |
