[PATCH] mod_mbox id escaping

2009-05-07 Thread Rick van der Zwet
When a ampersand '' is included into the message header, it is not escaped properly causing an XML validation error. It currently using URI_ESCAPE_OR_BLANK, but I Message-Id is not of URI type, actually ESCAPE_OR_BLANK needs to be used. /Rick -- http://rickvanderzwet.nl mod_mbox_out.c.patch

[patch] mod_mbox improvements

2007-11-16 Thread Rick van der Zwet
Hi, I have got 3 patches against the trunk of mod_mbox: * mod_mbox.c.patch: A directive like 'MboxAntiSpam Off' was ever picked up, cause it was initially set to 1 and could never be overwritten, I used the code from the mod_mime module to get the expected behavior *

Releases of mod_mbox?

2006-09-19 Thread Rick van der Zwet
Hi, Could anyone tell me which version of mod_mbox apache is running over here? http://mail-archives.apache.org/mod_mbox/ The latest official tag of mod_mbox is 0.2 http://svn.apache.org/repos/asf/httpd/mod_mbox/tags/0.2, but there are quite a few usefull changes inside trunk ;-)