diff options
| author | tmu <tmu> | 2004-06-02 12:00:00 +0000 |
|---|---|---|
| committer | tmu <tmu> | 2004-06-02 12:00:00 +0000 |
| commit | c48969cc321030ef29a4a10e4e5eaec6fc3978be (patch) | |
| tree | 3110d9b76ef2b78f43840fa37cab94d70f2537f5 /fml/lib | |
| parent | 886191ac8c4d5701591153e3d8bdded666431aec (diff) | |
| download | fml8-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.pm | 10 |
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:', |
