diff options
| author | fukachan <fukachan> | 2001-04-21 16:54:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-21 16:54:24 +0000 |
| commit | 42f486a8d03c14d930ac757d9ca7baa7150ab6b3 (patch) | |
| tree | 90d6db3e13600ce52d7a13773b2e5a947b522fc0 | |
| parent | 625203d42e5ce3f12998f2a964e02c4fa5ab94ec (diff) | |
| download | fml8-42f486a8d03c14d930ac757d9ca7baa7150ab6b3.tar.gz fml8-42f486a8d03c14d930ac757d9ca7baa7150ab6b3.tar.bz2 fml8-42f486a8d03c14d930ac757d9ca7baa7150ab6b3.zip | |
add yahoo.com rule
| -rw-r--r-- | fml/lib/Mail/Bounce/SimpleMatch.pm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fml/lib/Mail/Bounce/SimpleMatch.pm b/fml/lib/Mail/Bounce/SimpleMatch.pm index 7ed3403a..87793d35 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.14 2001/04/15 13:50:31 fukachan Exp $ +# $FML: SimpleMatch.pm,v 1.15 2001/04/15 14:35:35 fukachan Exp $ # @@ -82,6 +82,12 @@ my $address_trap_regexp = { }, + 'yahoo.com' => { + 'start' => 'Unable to deliver message to the following address', + 'end' => '--- Original message follows', + }, + + 'smail' => { 'start' => 'Failed addresses follow:', 'end' => 'Message text follows:', |
