X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXMsg.pm;h=98c41ef1d7f935f899f2688a6aca1b06f1a1c195;hb=9e13a6bbc1394541f11c75a82805a6e4966e3e9c;hp=9f4a1d7b103b8b6c449da738ea884d41b8ab2f6f;hpb=9e2fbafcfdab1ee45e581524311f1a97ac41f6ad;p=spider.git diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index 9f4a1d7b..98c41ef1 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -824,7 +824,7 @@ sub do_send_stuff } elsif ($self->state eq 'sendbody') { confess "local var gone missing" if !ref $self->{loc}; my $loc = $self->{loc}; - if ($line eq "\032" || uc $line eq "/EX") { + if ($line eq "\032" || $line eq '%1A' || uc $line eq "/EX") { my $to; if (@{$loc->{lines}} > 0) {