On Dec 03, 2004 at 00:19, Matt Schulte mschulte@netlogic.net wrote:
Ok, got this far:
replace_all(";rn=+[0-9]*;npdi=(yes|no)", "");
Anyone know if replace and substitute with nothing? Basically its not working :)
Try subst_uri or subst_user (subst_user is present only in unstable). replace_all doesn't work on the uri, only on the rest of the message.
Andrei