Thanks for pointing to Python upgrade. That's probably the reason of the 
problem. 
   
  I guess, I have missed to stress on one point in my question :) Along with 
those mailman logs, no requests happen to be pending in the list admin view. A 
person submits subscription info to Mailman, and he doesn't receive any 
response. The admin doesn't recieve any subscription request/notification, 
either. So, the subscription request just disappears as if it has never been 
sent. 
   
  Can I solve this problem by simply replacing some scripts with newer versions 
of them?
   
  Regards,
  Onur.
  
Mark Sapiro <[EMAIL PROTECTED]> wrote:
  M. Onur ERGiN wrote:
>
>I am running a RH9 server with qmail and Mailman v2.1.7. 
>
>Lately, Mailman has begun to fail whenever one tries to subscribe to a list, 
>and logs the following error:
>
>Sep 19 16:07:41 2007 admin(3387): /var/mailman/Mailman/MailList.py:905: 
>DeprecationWarning: raising a string exception is deprecated
> raise Errors.MMSubscribeNeedsConfirmation


This is because you have or upgraded to Python 2.5 which issues the
deprecation warning for string exceptions. This warning will be
supressed in Mailman 2.1.10, but it is only a warning. Other than the
log message, nothing has changed.


>And the subscribe log is this:
>
>Sep 19 16:00:43 2007 (3140) cse331: pending Onur 10.2.12.110


Which means the subscription is pending confirmation by the user who
has been sent an email requesting confirmation. This in turn is
because Privacy options...->Subscription rules->subscribe_policy is
either 'Confirm' or 'Confirm and approve'


>I don't remember I touched anything since it was last working fine. The other 
>functions are fine as far as I observe now. What can be the possible reason 
>for the above error? 


Note that Mailman is not failing. It is doing what it is configured to
do. The only 'error' is the deprecation warning from Python 2.5, and
that is just a warning.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan



       
---------------------------------
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to