Subversion Repositories sa-exim

Compare Revisions

Ignore whitespace Rev 41 → Rev 40

/trunk/Greylisting.pm
160,8 → 160,6
# work around bug in perl untaint in perl 5.8
$envfrom=undef;
$envfrom=$tmpvar;
$envfrom =~ s/^([a-z0-9._]*)[^@]*/$1/i;
 
$rcptto =~ tr/!#%()*+,-.0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_abcdefghijklmnopqrstuvwxyz{|}~/_/c;
$rcptto =~ /(.+)/;
$tmpvar = ($1 or "");