http://bugzilla.spamassassin.org/show_bug.cgi?id=3678





------- Additional Comments From [EMAIL PROTECTED]  2004-08-12 02:07 -------
I use php 4.3.8
I do not have the email because it scored 16.6, sorry

[EMAIL PROTECTED]:~> ./test.pl

boundary is ''
[EMAIL PROTECTED]:~> cat test.pl
#!/usr/bin/perl
my $val = 'foo; boundary=""';
if ($val =~ s/boundary=[\"\'](.*?)[\"\']/ /ig) {
  my $boundary = $1;
  $boundary =~ s/[a-fA-F0-9]/H/gs;
  print "\nboundary is '" . $boundary . "'\n";
}

1

[EMAIL PROTECTED]:~> ./test.pl

boundary is ''
[EMAIL PROTECTED]:~>




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to