summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Bounce/SimpleMatch.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-12 14:41:44 +0000
committerfukachan <fukachan>2001-04-12 14:41:44 +0000
commit8a1ea7eb0b831b7495e968ea4c4124ddbc7060b4 (patch)
treee39df877cf75d86ccb8b280bc5329d888582f83a /fml/lib/Mail/Bounce/SimpleMatch.pm
parentcb23c5dc1c2ee6b7657103136403419b8e09ccf3 (diff)
downloadfml8-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.pm13
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' => '.',