[boulder.pm] Mail::Audit

Walter Pienciak walter at frii.com
Wed Aug 15 16:46:47 CDT 2001


On Wed, 15 Aug 2001, I wrote:

> Has anyone messed with this module?  One feature that I
> depend on HEAVILY in procmail is the ability to rewrite
> header lines before delivery to my mailbox (mail sent
> to axkit-users at axkit.org get '[AX] ' prepended to the
> subject line, for example).
>
> Mail::Audit doesn't seem to suppy a straightforward way
> to do it.  Anyone have any experience or thoughts on that?
>
> Walter

Well, putting this in my program works:  =8^0

sub Mail::Audit::delete_header { $_[0]->{obj}->head->delete($_[1],$_[2]); }

and then I just do a put_header('Subject', $new_subject)

Mwa-ha-ha-ha-ha-ha!

Walter




More information about the Boulder-pm mailing list