-----Original Message----- From: jma...@gmail.com [mailto:jma...@gmail.com] On Behalf Of Justin Mason Sent: dinsdag 31 maart 2009 14:44 To: Mark Cc: users@spamassassin.apache.org Subject: Re: Using 'get_pristine_header' in HeaderEval.pm
> $self->{msg}->get_pristine_header() should do it, _if_ > the {msg} is a Mail::SA::Message. in this case for some reason > though, it is not! Thanks, Justin. I just now moved and registered my DomainKey eval stuff to the DomainKeys.pm Plugin (makes sense, no?), where I simply knew 'get_pristine_header ()' would have to be available. See: http://pastebin.com/d229c941a And now, indeed, it works. :)