summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-12-23 13:48:07 +0000
committerfukachan <fukachan>2001-12-23 13:48:07 +0000
commited06acda2b46dde7cd3dccd319624cf1d8768814 (patch)
tree74436d8f8e8cba0ee0adabbcf609042236f6213d /fml
parent2e07226b244417f54ecd6a570340d224d6f2fce4 (diff)
downloadfml8-ed06acda2b46dde7cd3dccd319624cf1d8768814.tar.gz
fml8-ed06acda2b46dde7cd3dccd319624cf1d8768814.tar.bz2
fml8-ed06acda2b46dde7cd3dccd319624cf1d8768814.zip
remove \s*$
Diffstat (limited to 'fml')
-rw-r--r--fml/lib/FML/Filter.pm4
-rw-r--r--fml/lib/FML/Filter/BodyCheck.pm4
-rw-r--r--fml/lib/FML/Filter/HeaderCheck.pm6
3 files changed, 7 insertions, 7 deletions
diff --git a/fml/lib/FML/Filter.pm b/fml/lib/FML/Filter.pm
index 37fbada8..ed5019b2 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.3 2001/12/22 16:10:50 fukachan Exp $
+# $FML: Filter.pm,v 1.4 2001/12/23 13:46:13 fukachan Exp $
#
package FML::Filter;
@@ -34,7 +34,7 @@ where C<$message> is C<Mail::Message> object.
top level dispatcher for FML filtering engine.
It consists of two types, header and body filtering engines.
-Detail of rules is found in
+Detail of rules is found in
L<FML::Filter::HeaderCheck> and L<FML::Filter::BodyCheck>.
=head1 METHODS
diff --git a/fml/lib/FML/Filter/BodyCheck.pm b/fml/lib/FML/Filter/BodyCheck.pm
index 6f783232..059e7751 100644
--- a/fml/lib/FML/Filter/BodyCheck.pm
+++ b/fml/lib/FML/Filter/BodyCheck.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: BodyCheck.pm,v 1.11 2001/12/22 09:21:06 fukachan Exp $
+# $FML: BodyCheck.pm,v 1.12 2001/12/23 13:46:14 fukachan Exp $
#
package FML::Filter::BodyCheck;
@@ -96,7 +96,7 @@ C<Usage>:
=cut
-# Descriptions: top level dispatcher
+# Descriptions: top level dispatcher
# Arguments: OBJ($self) OBJ($msg) HASH_REF($args)
# Side Effects: none
# Return Value: none
diff --git a/fml/lib/FML/Filter/HeaderCheck.pm b/fml/lib/FML/Filter/HeaderCheck.pm
index 865af14a..88b089e1 100644
--- a/fml/lib/FML/Filter/HeaderCheck.pm
+++ b/fml/lib/FML/Filter/HeaderCheck.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: HeaderCheck.pm,v 1.7 2001/12/22 09:21:06 fukachan Exp $
+# $FML: HeaderCheck.pm,v 1.8 2001/12/23 13:46:14 fukachan Exp $
#
package FML::Filter::HeaderCheck;
@@ -93,7 +93,7 @@ C<Usage>:
=cut
-# Descriptions: top level dispatcher
+# Descriptions: top level dispatcher
# Arguments: OBJ($self) OBJ($msg) HASH_REF($args)
# Side Effects: none
# Return Value: none
@@ -115,7 +115,7 @@ sub header_check
}
-# Descriptions: check whether message-id has @
+# Descriptions: check whether message-id has @
# Arguments: OBJ($self) OBJ($msg) HASH_REF($args)
# Side Effects: croak()
# Return Value: none