summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authortmu <tmu>2004-06-02 12:00:00 +0000
committertmu <tmu>2004-06-02 12:00:00 +0000
commitc48969cc321030ef29a4a10e4e5eaec6fc3978be (patch)
tree3110d9b76ef2b78f43840fa37cab94d70f2537f5 /fml/lib
parent886191ac8c4d5701591153e3d8bdded666431aec (diff)
downloadfml8-c48969cc321030ef29a4a10e4e5eaec6fc3978be.tar.gz
fml8-c48969cc321030ef29a4a10e4e5eaec6fc3978be.tar.bz2
fml8-c48969cc321030ef29a4a10e4e5eaec6fc3978be.zip
add yahoo.co.jp
change ybb.ne.jp end pattern
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/Mail/Bounce/SimpleMatch.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/fml/lib/Mail/Bounce/SimpleMatch.pm b/fml/lib/Mail/Bounce/SimpleMatch.pm
index f5e16e2c..012647ae 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.39 2003/05/04 07:57:13 fukachan Exp $
+# $FML: SimpleMatch.pm,v 1.40 2004/01/24 09:00:54 fukachan Exp $
#
@@ -91,12 +91,18 @@ my $address_trap_regexp = {
},
- 'ybb.ne.jp' => {
+ 'yahoo.co.jp' => {
'start' => 'Unable to deliver message to the following address',
'end' => '= Original message follows',
},
+ 'ybb.ne.jp' => {
+ 'start' => 'Unable to deliver message to the following address',
+ 'end' => '--- Original message follows',
+ },
+
+
'smail' => {
'start' => 'Failed addresses follow:',
'end' => 'Message text follows:',