[Mimedefang] Mime no longer dying but filter not working

David F. Skoll dfs at roaringpenguin.com
Thu Dec 4 10:55:07 EST 2003


On Thu, 4 Dec 2003, Mark Penkower wrote:

> 1 - Here is my /etc/mimedefang-filter:
> sub filter_end {
>     my($e) = @_;
>     append_text_boilerplate($e, "Lame plain-text boilerplate", 0);
>     append_html_boilerplate($e, "Lame <em>HTML</em> boilerplate", 0);
> }
> 1;

> The filter dosen't add the text -  The message arrives unchanged - what am
> I doing wrong?

Nothing; it's a bug in MIMEDefang.  Sorry about that!

Add this line after the append_html_boilerplate line:

	action_rebuild();

> 2 - Can I configure Mimedefang to not add the X-S
> canned-By: MIMEDefang 2.39 header.

Yes; invoke mimedefang with the -X option.

Regards,

David.



More information about the MIMEDefang mailing list