[Mimedefang] X-mailer header ?

J.P van Oyen jeepee at pbnec.nl
Tue Aug 13 15:58:01 EDT 2002


Works great thanks David.....

At 14:24 13-8-2002 -0400, you wrote:

> > Is it possible to rip of the X-Mailer or other headers for outgoing
> > mail only?
>
>Well, you can't delete a header from inside MIMEDefang, but you can
>change it:
>
>sub filter_begin {
>     if ($Sender =~ /\@my\.domain\.net$/i) {
>         action_change_header("X-Mailer", "Guess...");
>     }
>}
>
>--
>David.




More information about the MIMEDefang mailing list