summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Bounce
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-11 15:14:23 +0000
committerfukachan <fukachan>2003-01-11 15:14:23 +0000
commitaeab7673dc3446541ce8c95afea6a20fd176fa99 (patch)
tree6ac86a2af41211d62b004565f56183353f9d2832 /fml/lib/Mail/Bounce
parent9ed29e4247da46292b272e1def3ca52a92f15704 (diff)
downloadfml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.tar.gz
fml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.tar.bz2
fml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.zip
fix comments
Diffstat (limited to 'fml/lib/Mail/Bounce')
-rw-r--r--fml/lib/Mail/Bounce/DSN.pm8
-rw-r--r--fml/lib/Mail/Bounce/Postfix19991231.pm8
2 files changed, 8 insertions, 8 deletions
diff --git a/fml/lib/Mail/Bounce/DSN.pm b/fml/lib/Mail/Bounce/DSN.pm
index e0345501..f4b210d0 100644
--- a/fml/lib/Mail/Bounce/DSN.pm
+++ b/fml/lib/Mail/Bounce/DSN.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: DSN.pm,v 1.19 2002/09/22 14:57:01 fukachan Exp $
+# $FML: DSN.pm,v 1.20 2002/12/20 03:49:15 fukachan Exp $
#
@@ -120,7 +120,7 @@ sub analyze
# Status: 4.0.0
# Diagnostic-Code: X-Postfix; connect to mx.nuinui.net[10.1.1.1]:
# Connection refused
-# Arguments: OBJ($self) OBJ($msg) HASH_REF($result)
+# Arguments: OBJ($self) STR($buf) HASH_REF($result)
# Side Effects: update $result
# Return Value: none
sub _parse_dsn_format
@@ -171,7 +171,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/Mail/Bounce/Postfix19991231.pm b/fml/lib/Mail/Bounce/Postfix19991231.pm
index 58643e9b..e73a8441 100644
--- a/fml/lib/Mail/Bounce/Postfix19991231.pm
+++ b/fml/lib/Mail/Bounce/Postfix19991231.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Postfix19991231.pm,v 1.20 2002/09/22 14:57:01 fukachan Exp $
+# $FML: Postfix19991231.pm,v 1.21 2002/12/20 03:49:16 fukachan Exp $
#
@@ -144,7 +144,7 @@ sub _analyze_broken_dsn
# Descriptions: clean up address
-# Arguments: OBJ($self) OBJ($msg) HASH_REF($result)
+# Arguments: OBJ($self) STR($data) HASH_REF($result)
# Side Effects: update $result
# Return Value: none
sub _parse_address
@@ -171,7 +171,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.