> -----Original Message-----
> From: Yanick Quirion [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 14, 2004 1:59 PM
> 
> Using mimefefang-filter I was able to create a similar line, 
> but I can't
> get following data:
> 
> Scantime

use Time::HiRes;
$Scantime = Time::HiRes::time;
my($hits, $req, $names, $report) = spam_assassin_check();
$Scantime = sprintf( "%.1f", Time::HiRes::time - $Scantime);

> Size

$Size = -s "./INPUTMSG"

> Mid

Use the built-in variable $MessageID

> Autolearn

Sorry, can't help with this one.
 
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to