You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/06/01 00:23:13 UTC

[Bug 4328] [review] Filename Not Found when Parsing Message

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





------- Additional Comments From dylmac@gmail.com  2005-05-31 15:23 -------
With this sample code, I get the name as '1':

my $disp = "attachment;filename=cd.exe";
my($filename) = $disp =~ /name="?([^\";]+)"?/i || "ct.exe";
warn $filename;




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