On Mon, Apr 14, 2008 at 11:55:08AM +0100, Rob MacGregor wrote:
> On Mon, Apr 14, 2008 at 11:09 AM, Bas van Rooijen
> <[EMAIL PROTECTED]> wrote:
> >
> > ClamAV is rejecting messages where the recipient address contains a |
> > (pipe character)..
> >
> > Why is this? Is | a virus now?
> >
> > Can this behaviour be disabled?
> >
> > Are you planning on blocking other random characters from appearing in the
> > recipient adres?
>
> Are you certain that clamav is behind this? What other software are
> you using with your mailserver and exactly what is the error message?
It took 2 seconds to grep ClamAV sources..
clamav-milter.c
if(strchr("|;", *ptr) != NULL) {
smfi_setreply(ctx, "554", "5.7.1", _("Suspicious recipient address blocked"));
Yes it seems | and ; are blocked.
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html