[siesta-commit] siesta/lib/Siesta/Plugin ReplyTo.pm,1.1,1.2

[prev] [thread] [next] [lurker] [Date index for 2002/08/28]

From: clampr
Subject: [siesta-commit] siesta/lib/Siesta/Plugin ReplyTo.pm,1.1,1.2
Date: 10:27 on 28 Aug 2002
Update of /cvsroot/siesta/siesta/lib/Siesta/Plugin
In directory usw-pr-cvs1:/tmp/cvs-serv32531/lib/Siesta/Plugin

Modified Files:
	ReplyTo.pm 
Log Message:
stopping delivery considered harmful

Index: ReplyTo.pm
===================================================================
RCS file: /cvsroot/siesta/siesta/lib/Siesta/Plugin/ReplyTo.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ReplyTo.pm	28 Aug 2002 09:09:56 -0000	1.1
+++ ReplyTo.pm	28 Aug 2002 09:27:17 -0000	1.2
@@ -14,7 +14,7 @@
 # and the good and for why I don't care. Feel free to argue about 
 # this to your hearts content - the monkeys dance for my pleasure.
 #
-# DNACE MONKEYS! DANCE!
+# DANCE MONKEYS! DANCE!
 
 
 $MUNGE = 1;
@@ -25,10 +25,9 @@
     my $list = $mail->list;
 
     my $post_address = $mail->list->post_address;
-    chomp $post_address;
-    return $mail->head->replace('Reply-To', $post_address) if $MUNGE; 
+    $mail->head->replace('Reply-To', $post_address) if $MUNGE; 
 
-    return 1;
+    return;
 }
 
 1;



Generated at 13:57 on 01 Jul 2004 by mariachi 0.52