Hello,
We are running mailman 2.1.10 on Solaris 9 with postfix. We have a customer who would like to use a form on a website to subscribe people to a mailing list. In theory, the form would email the details the list-join address of the list. I have tried following the instructions from the members' manual: subscribe [<PASSWORD>] [digest-nodigest] [address=<ADDRESS>] Subscribe to this mailing list. Your password must be given to unsubscribe or change your options, but if you omit the password, one will be generated for you. You may be periodically reminded of your password. The next argument may be either: 'nodigest' or 'digest' (no quotes!). If you wish to subscribe an address other than the address you sent this request from, you may specify 'address=<ADDRESS>' (no brackets around the email address, and no quotes!) I am testing this process with a test list using the following email: -----Original Message----- From: Alan Rubin Sent: Tuesday, 17 February 2009 1:46 PM To: '[email protected]' Subject: subscribe nodigest [email protected] but my attempts keep getting shunted (tried twice, first without a digest option): Feb 17 13:46:20 2009 (1046) Traceback (most recent call last): File "/export/home/mailman/Mailman/Queue/Runner.py", line 114, in _oneloop self._onefile(msg, msgdata) File "/export/home/mailman/Mailman/Queue/Runner.py", line 185, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/export/home/mailman/Mailman/Queue/CommandRunner.py", line 241, in _dispose res.do_command('join') File "/export/home/mailman/Mailman/Queue/CommandRunner.py", line 139, in do_command return handler.process(self, args) File "/export/home/mailman/Mailman/Commands/cmd_subscribe.py", line 74, in process if digest is None and password.lower() in ('digest', 'nodigest'): AttributeError: 'NoneType' object has no attribute 'lower' Feb 17 13:46:20 2009 (1046) SHUNTING: 1234844179.158844+4d54d8a83f98a957ccff205953e10afbc0a9eecd Any help? Am I missing a step? This is somewhat urgent, if anyone is still awake in the West. Regards, Alan Rubin Technician Unix DCS Midrange Services Phone: +61 (08) 8999 5111 Fax: +61 (08) 8999 7493 e-Mail: [email protected] ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
