> Redirect would insert a new, Redirected, message into the spool. I wasn't sure that it _always_ does this. I interpreted Vincenzo's email in this way and the doc isn't unambiquous either.
This should be explicitly documented in Redirect and its descendants (forward etc.), it is a frequent question on the user's list. I already added a wiki comment about the endless loops related to this (otherwise reasonable) behaviour. > <mailet match="[EMAIL PROTECTED]" class="Redirect"> > <static>true</static> > <prefix>[SPAM blackholes-easynet-nl]</prefix> > <passThrough>true</passThrough> > </mailet> > > Did you mean to have two copies? The Redirected one, and the original? Or > do you want to change passThrough to false? It should have been false. > > If you look at the attached message the body seems to be recursively > > included, this is surprising. > > The default for Redirect is that the inline type is BODY. Try using: > > <inline>UNALTERED</inline> that helped, thanks. This is another case where the Redirect use a different rule then the "if not specified it is not changed". BTW this should also be documented. I can submit a patch. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
