[Mailman-Developers] Re: Avoid duplicates v2 / global new list user options

Michael Totschnig michael@cmo.uqam.ca
Thu, 06 Sep 2001 14:00:24 -0400


Hello,

I am using the CVS version of mailman as of yesterday. The reason is
that I'd like to propose a french interface for some lists, I had some
troubles installing version 2.1a2, so I decided to give the most
recent version a try. I do not know if reporting problems when using
CVS should go to the developers or the users list. My apology if this
is answered on an obvious place.

until now, all works fine. the only apparent problem is an error a
daily cron script generates. It seems to concern the sending of
digests, until now I have not tested digesting, thus I do not see any
apparent effects. Is this a know bug, or could there be anything wrong
with my setup?

Thanks,

Michael

Traceback (most recent call last):
  File "/var/Mailman//cron/senddigests", line 52, in ?
    main()
  File "/var/Mailman//cron/senddigests", line 44, in main
    mlist.send_digest_now()
  File "/var/Mailman//Mailman/Digester.py", line 59, in send_digest_now
    ToDigest.send_digests(self, mboxfp)
  File "/var/Mailman//Mailman/Handlers/ToDigest.py", line 135, in send_digests
    send_i18n_digests(mlist, mboxfp)
  File "/var/Mailman//Mailman/Handlers/ToDigest.py", line 330, in send_i18n_digests
    drecips = mlist.getDigestMemberKeys() + mlist.one_last_digest.keys()
  File "/var/Mailman//Mailman/MailList.py", line 134, in __getattr__
    raise AttributeError, name
AttributeError: one_last_digest