summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-18 12:55:27 +0000
committerfukachan <fukachan>2003-07-18 12:55:27 +0000
commitb65d1718ac550eb4dbdef82e10fe2ac814233ad9 (patch)
tree958aeb4b9a25d6e6a0bdb4c6953c794caf645fff /fml/lib
parent75531846eed625a26bbf68bb9b480dfb3736a56a (diff)
downloadfml8-b65d1718ac550eb4dbdef82e10fe2ac814233ad9.tar.gz
fml8-b65d1718ac550eb4dbdef82e10fe2ac814233ad9.tar.bz2
fml8-b65d1718ac550eb4dbdef82e10fe2ac814233ad9.zip
add comment(todo): we need swtich to forward whether header or header+body ?
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/FML/Filter.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Filter.pm b/fml/lib/FML/Filter.pm
index 713ee572..6ec9fcfd 100644
--- a/fml/lib/FML/Filter.pm
+++ b/fml/lib/FML/Filter.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: Filter.pm,v 1.29 2003/05/14 12:02:00 fukachan Exp $
+# $FML: Filter.pm,v 1.30 2003/06/25 13:10:50 tmu Exp $
#
package FML::Filter;
@@ -331,6 +331,7 @@ sub _filter_reject_notice
"reason(s) for rejection: $r",
$msg_args);
+ # XXX-TODO: need swtich to forward whether header or header+body ?
# what we forward ?
if ($type eq 'multipart') {
$curproc->reply_message($msg, $msg_args);