From: Remailer A. <rem...@pa...> - 2003-03-24 18:30:54
|
Hi all! I'm testing the nym server at @nymph.paranoici.org, and there's a problem, I don't know if it's a bug=20 or what else. As reported also on alt.privacy.anon-server if I send a message from a nym account to a "normal" email address, I receive a message that contains in the body something like this: Message-Id: <200...@as...> Date: Sun, 16 Mar 2003 21:42:22 +0100 (CET) Message-Id: <200...@as...> Date: Sun, 16 Mar 2003 21:42:22 +0100 (CET) Message-Id and Date headers are repeated 2 times. I've configured the nym server so that messages to @nymph.paranoici.org are delivered to the user anon, and then piped to the nymserver script through procmail. Messages sent TO a nym address doesn't show this problem. Is it a known problem ? Is there something I can do to debug it ? P.S. I can't use postfix transport because of a local_recipient_maps restriction we have. Anyway documentation on the sourceforge site is wrong, in the master.cf file the parameter for the transport is not -d ${recipient} (name@domain) but -d ${user} (name without domain). |