I think I'm misunderstanding something about Courier's perlfilter. I copied over the perlfitlter-example file and replaced the 'filterdata' code with this:
--------------------------------------
my $x = 3;
sub filterdata {
return "500 Value: $x";
}--------------------------------------
But when the filter is run, $x has no value. Why?
m.
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
