9d2718c6fb
This is popular mailing list manager package in Japan and it is stable but slightly legacy codes.
14 lines
435 B
Text
14 lines
435 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2010/12/23 16:55:02 taca Exp $
|
|
|
|
Remove obsolete perl syntax.
|
|
|
|
--- src/fml.pl.orig 2004-02-15 21:39:06.000000000 +0900
|
|
+++ src/fml.pl
|
|
@@ -690,7 +690,6 @@ sub GetFieldsFromHeader
|
|
|
|
### Header Fields Extraction
|
|
$s = $Envelope{'Header'}."\n";
|
|
- $* = 0; # match one line
|
|
if ($s =~ /^From\s+(\S+)/i) {
|
|
# XXX NO REACH HERE (1999/10/27 by fukachan)
|
|
# $Envelope{'UnixFrom'} = $UnixFrom = $1;
|