diff options
| author | fukachan <fukachan> | 2001-04-12 14:41:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-12 14:41:44 +0000 |
| commit | 8a1ea7eb0b831b7495e968ea4c4124ddbc7060b4 (patch) | |
| tree | e39df877cf75d86ccb8b280bc5329d888582f83a /fml/lib/Mail/Bounce/SimpleMatch.pm | |
| parent | cb23c5dc1c2ee6b7657103136403419b8e09ccf3 (diff) | |
| download | fml8-8a1ea7eb0b831b7495e968ea4c4124ddbc7060b4.tar.gz fml8-8a1ea7eb0b831b7495e968ea4c4124ddbc7060b4.tar.bz2 fml8-8a1ea7eb0b831b7495e968ea4c4124ddbc7060b4.zip | |
add rules to parse odn.ne.jp and netscape messaging server
Diffstat (limited to 'fml/lib/Mail/Bounce/SimpleMatch.pm')
| -rw-r--r-- | fml/lib/Mail/Bounce/SimpleMatch.pm | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/fml/lib/Mail/Bounce/SimpleMatch.pm b/fml/lib/Mail/Bounce/SimpleMatch.pm index 96f72236..8c746b71 100644 --- a/fml/lib/Mail/Bounce/SimpleMatch.pm +++ b/fml/lib/Mail/Bounce/SimpleMatch.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: SimpleMatch.pm,v 1.9 2001/04/12 14:09:07 fukachan Exp $ +# $FML: SimpleMatch.pm,v 1.10 2001/04/12 14:27:44 fukachan Exp $ # @@ -77,6 +77,11 @@ my $address_trap_regexp = { }, + 'odn.ne.jp' => { + 'start' => 'This Message was undeliverable due to the following reason:', + }, + + 'smail' => { 'start' => 'Failed addresses follow:', 'end' => 'Message text follows:', @@ -89,6 +94,12 @@ my $address_trap_regexp = { }, + 'netscape messaging server' => { + 'start' => 'This Message was undeliverable due to the following reason:', + 'end' => 'Please reply to ', + }, + + # XXX what is this ??? 'smtp32' => { 'start' => '.', |
