This is a discussion on Re: [courier-users] couriermlm questions within the Courier-Imap forums, part of the Mail Servers and Related category; This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards. --=_mimegpg-commodore.email-scan.com-24908-1141607952-0001 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Ricardo Kleemann writes: > if ($RECIPIENT =~ /lista-reflexoes1@/) > { > to "| /usr/lib/courier/bin/couriermlm msg /home/lista/reflexoes1/" > } > > Here's the lsub output: > ]$ couriermlm lsub /home/lista/reflexoes1/ > ricardo@americasnet.com (03-Mar-2006) > > And here's the corresponding log output: > > Mar 5 13:55:12 server3 courierlocal: > id=1001DC58.440B5E3F.00000434,from=<ricardo@americ asnet.com>,addr=<lista-reflexoes1@listas.americasnet.com>: > RECIPIENT lista-reflexoes1@listas.americasnet.com > Mar 5 13:55:12 server3 courierlocal: > id=1001DC58.440B5E3F.00000434,from=<ricardo@americ asnet.com>,addr=<lista-reflexoes1@listas.americasnet.com>: > From: Ricardo Kleemann <ricardo@americasnet.com> > Mar 5 13:55:12 server3 courierlocal: > id=1001DC58.440B5E3F.00000434,from=<ricardo@americ asnet.com>,addr=<lista-reflexoes1@listas.americasnet.com>: > You are not subscribed to this mailing list. > Mar 5 13:55:12 server3 courierlocal: > id=1001DC58.440B5E3F.00000434,from=<ricardo@americ asnet.com>,addr=<lista-reflexoes1@listas.americasnet.com>,status: > failure I can't immediately think of an explanation. You can try to find out more information by changing the error message: diff -U3 -r1.23 cmlm.C --- courier/cmlm.C 5 Apr 2005 15:42:18 -0000 1.23 +++ courier/cmlm.C 6 Mar 2006 01:18:26 -0000 @@ -902,7 +902,8 @@ { if (rc == EX_NOUSER) { - cout << "You are not subscribed to this mailing list." + cout << "<" << (const char *)from + << "> is not subscribed to this mailing list." << endl; } rc=EX_NOPERM; This should get us an additional data point to look at. --=_mimegpg-commodore.email-scan.com-24908-1141607952-0001 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (GNU/Linux) iD8DBQBEC44Qx9p3GYHlUOIRAmFiAJ9o0uTeUeGhYnxLdBYSo0 sDJnLzagCfVbvK +D356DRZLN8zv0bgexbDLHk= =PLx7 -----END PGP SIGNATURE----- --=_mimegpg-commodore.email-scan.com-24908-1141607952-0001-- ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=...720&dat=121642 _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |