$ diff -u mailgate.pl /home/bbs/bin/
--- mailgate.pl 2004-02-22 11:39:46.000000000 -0800
+++ /home/bbs/bin/mailgate.pl 2004-01-23 01:27:13.000000000 -0800
@@ -59,9 +59,9 @@
}
else {
print "$1 $2 $3 $4 $5 $6 ";
- if ($1) $Header{$1} = $2;
- if ($3) $Header{$3} = $4;
- if ($5) $Header{$5} = $6;
+ if ($1) { $Header{$1} = $2; }
+ if ($3) { $Header{$3} = $4; }
+ if ($5) { $Header{$5} = $6; }
}
}
}
【 在 Quotation (最美不过夕阳红) 的大作中提到: 】
: cvs上的。
: 在系统上直接发信给 xxxx.bbs,失败,
: 收到的错误信息里有:
: ...................
--
FROM 128.12.181.*