X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Freply.pl;h=ce9d6916259055df7a8312e89e27cc20c4a16bd3;hp=c655b50588464f18b47e5614d06b0860d1d29efe;hb=b060a0a3ee72530aa3f10d453186a662b66d7efe;hpb=3d29b1a4d4aab997da2deff10470068601744530 diff --git a/cmd/reply.pl b/cmd/reply.pl index c655b505..ce9d6916 100644 --- a/cmd/reply.pl +++ b/cmd/reply.pl @@ -67,7 +67,7 @@ if ($self->state eq "prompt") { my $to = $oref->from; $loc->{to} = [ $to ]; # to is an array $loc->{subject} = $oref->subject; - $loc->{subject} = "Re: " . $loc->{subject} if !($loc->{subject} =~ /^Re/io); + $loc->{subject} = "Re: " . $loc->{subject} if !($loc->{subject} =~ /^Re:.\s/io); # find me and set the state and the function on my state variable to # keep calling me for every line until I relinquish control