Bugs item #833762, was opened at 2003-10-31 17:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=833762&group_i…
Category: configuring/installing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Gabriel Zorrilla (gabrielz1)
Assigned to: Nobody/Anonymous (nobody)
Summary: virus detected on file within tgz
Initial Comment:
Hi, After downloading the file my antivirus popped up
saying that it found Exploit/iFrame under file nimda.txt
Best regards
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=833762&group_i…
Bugs item #833384, was opened at 2003-10-30 17:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=833384&group_i…
Category: None
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Ken Olum (kdolum)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrong moderator password shouldn't silently discard message
Initial Comment:
If you reply to the approval required message and give
an approved: line, but mistype the password, the
pending message is silently discarded. I think that's
a scary misfeature. I think in this case it should
reject your confirmation mail with an error saying that
the password is wrong, since obviously you're
attempting to get the message approved. Otherwise, you
never know that the message has been discarded except
that you don't see it appear on the list, and then it
is too late to recover it.
It would also be nice for the site password to be
usable for message approval. (Now you see how I
discovered the problem above.)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=833384&group_i…
Bugs item #820322, was opened at 2003-10-08 22:47
Message generated for change (Comment added) made by simonha
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=820322&group_i…
Category: (un)subscribing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Rich Pasco (pasco)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash when global subcription change causes collision
Initial Comment:
I ran into this bug in MailMan version 2.1.2 today:
If you change your e-mail address "globally" (on all
lists to which you subscribe), and one of those lists
(other than the one whose options page you're working
from) already has a subscription under your new address
(as well as your old address), then MailMan will crash
(and display an exception traceback).
For example, I was working from the web-team page
http://domain.net/mailman/options/listname
as I tried to change my address globally. This would
affect about ten lists to which my old address
subscribed, including a list called "Team" among
others. But "Team" already had my new address among
its subscribers, so it could not accept another one.
Rather than giving a graceful error message when it
discovered this, MailMan just crashed.
I didn't capture the exception traceback, but it should
be easy to reproduce.
- Rich
----------------------------------------------------------------------
Comment By: Simon Harrison (simonha)
Date: 2003-10-30 11:39
Message:
Logged In: YES
user_id=898088
I have experience the same problem, here is our traceback:
Traceback:
Traceback (most recent call last):
File "/usr/local/mailman-2.1.2/scripts/driver", line 87, in
run_main
main()
File "/usr/local/mailman-2.1.2/Mailman/Cgi/confirm.py", line
131, in main
addrchange_confirm(mlist, doc, cookie)
File "/usr/local/mailman-2.1.2/Mailman/Cgi/confirm.py", line
492, in addrchange_confirm
op, oldaddr, newaddr = mlist.ProcessConfirmation(cookie)
File "/usr/local/mailman-2.1.2/Mailman/MailList.py", line 1113,
in ProcessConfirmation
self.ApprovedChangeMemberAddress(oldaddr, newaddr,
globally)
File "/usr/local/mailman-2.1.2/Mailman/MailList.py", line 1048,
in ApprovedChangeMemberAddress
mlist.changeMemberAddress(oldaddr, newaddr)
File "/usr/local/mailman-2.1.2/Mailman/OldStyleMemberships.
py", line 251, in changeMemberAddress
password=xxxxxxxx, language=lang)
File "/usr/local/mailman-2.1.2/Mailman/OldStyleMemberships.
py", line 175, in addNewMember
raise Errors.MMAlreadyAMember, member
MMAlreadyAMember: oneofourusers(a)ourorganisation.org.uk
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=820322&group_i…
Bugs item #832748, was opened at 2003-10-30 01:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=832748&group_i…
Category: (un)subscribing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Pasi Sjöholm (tigeli)
Assigned to: Nobody/Anonymous (nobody)
Summary: unsubscribe_policy problem
Initial Comment:
User is able to unsubscribe even unsubscribe_policy is
true.
Go to listinfo page of some list and write a
email-address to:
"To unsubscribe from Tietoliikenne, get a password
reminder, or change your subscription options enter
your subscription email address:"
after that hit the "unsubscribe or edit
options"-button. New page opens and hit the unsubscribe
button... bang confirmation mail goes to user and he
can really unsubscribe..
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=832748&group_i…
Patches item #818601, was opened at 2003-10-06 22:07
Message generated for change (Comment added) made by hatukanezumi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=818601&group_i…
Category: Web UI
Group: Mailman 2.2 / 3.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
>Summary: "Announcement-only" (read only) list
Initial Comment:
Documents say that Mailman "supports a wide range of
mailing list types, such as general discussion lists and
announce-only lists". It's exactly true. But some people
wish really "announcement-only" feature.
By `Announcement-only' feature:
o Posting by e-mail is not allowed at all. All messages
to posting address are forwarded to owners and no other
users won't receive it.
o Web interface is provided so that only specified users
("posters") can post messages to list.
For example for `mail magazine' publishers,
`announcement-only' list is safer (Oooops! I've
approved the SPAM!) and let them be free from
moderation tasks.
Changes on codes:
o New CGI script `post'.
o New handler `Posttop' which switches messages bound to
list to owners (only on annnouncement-only list).
o New `announcement_only' configuration directive.
o Some modifications of templates.
Notice: By now this is buggie (both in Python and English).
Comments and Fixes are welcome.
----------------------------------------------------------------------
>Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2003-10-29 19:39
Message:
Logged In: YES
user_id=529503
rel.1.0.
o Confusing "announcement-only" has been changed to "read-only".
o New admin category.
----------------------------------------------------------------------
Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2003-10-09 23:51
Message:
Logged In: YES
user_id=529503
rel.0.2.
* Posttop handler now placed after Hold handler so that
spam discarding and auto-response are capable.
* Global pipelone processing are ommitted when:
--------------------------------------
SpamDetect : [A] and [W]
Approve : [W]
ReplyBot : [W]
Moderate : [A]
Hold :
- administrivia : [A]
- too many recips : [A]
- implicit dest. : [A]
- suspicious headers : [A] and not [W]
- message size : [A] and not [W]
- news moderation : [A] and not [W]
Posttop : (if [A], may be switched to owner
pipeline.)
AvoidDuplicates : [A]
------------------------------
[A]: list is announcement-only.
[W]: message is posted from Web (by `poster').
* Additional modification to templates.
* Some admin option categories are hidden.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=818601&group_i…
Bugs item #828381, was opened at 2003-10-22 10:53
Message generated for change (Comment added) made by latchkey
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=828381&group_i…
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Benjamin Reed (rangerrick)
Assigned to: Nobody/Anonymous (nobody)
Summary: ASCII decoding error
Initial Comment:
I get the following when trying to hit the "members"
page on a mailing list we have. If you need more
information for debugging or similar, let me know.
Traceback (most recent call last):
File "/var/mailman/scripts/driver", line 87, in run_main
main()
File "/var/mailman/Mailman/Cgi/admin.py", line 192,
in main
show_results(mlist, doc, category, subcat, cgidata)
File "/var/mailman/Mailman/Cgi/admin.py", line 491,
in show_results
form.AddItem(membership_options(mlist, subcat,
cgidata, doc, form))
File "/var/mailman/Mailman/Cgi/admin.py", line 799,
in membership_options
all = [_m.encode() for _m in mlist.getMembers()]
UnicodeError: ASCII decoding error: ordinal not in
range(128)
Python information:
Variable Value
sys.version 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC
3.2.2 20030222 (Red Hat Linux 3.2.2-4)]
sys.executable /usr/bin/python
sys.prefix /usr
sys.exec_prefix /usr
sys.path /usr
sys.platform linux2
----------------------------------------------------------------------
Comment By: Jon Stevens (latchkey)
Date: 2003-10-27 10:53
Message:
Logged In: YES
user_id=234781
I recently posted this on the developer mailing list...no
response...=(
------ Forwarded Message
From: Jon Scott Stevens
Date: Tue, 21 Oct 2003 15:22:56 -0700
To: <mailman-developers(a)python.org>
Subject: [Mailman-Developers] Bug in mailman 2.1.3
Hello everyone.
I just got the stack trace below from one of my list
admins...not sure how
he screwed things up...but I figured I would let you
know...based on the
traceback, it seems that he somehow got a strange character
into the list of
members...
[share] 3:16pm ~ > ./bin/check_db -v sfindie-fence
List: sfindie-fence
/usr/local/mailman/lists/sfindie-fence/config.pck: okay
/usr/local/mailman/lists/sfindie-fence/config.pck.last: okay
/usr/local/mailman/lists/sfindie-fence/config.db: okay
/usr/local/mailman/lists/sfindie-fence/config.db.last: okay
[share] 3:17pm ~ > ./bin/list_members -u sfindie-fence
[no output]
[share] 3:18pm ~ > ./bin/list_members -i sfindie-fence
Êknights_bishop(a)yahooooooo.com
[share] 3:18pm ~ > ./bin/list_members -i sfindie-fence > bad.txt
[share] 3:19pm ~ > ./bin/remove_members -f bad.txt sfindie-fence
Yup...removing that address solved the problem.
Note: this list admin only has access to the web interface.
So, somehow he
was able to send corrupt data to the server which caused
this problem.
Probably not a good thing. =)
---------------------------------------------------------------------------
Bug in Mailman version 2.1.3
We're sorry, we hit a bug!
If you would like to help us identify the problem, please
email a copy of
this page to the webmaster for this site with a description
of what
happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/usr/local/mailman/scripts/driver", line 87, in run_main
main()
File "/usr/local/mailman/Mailman/Cgi/admin.py", line 192,
in main
show_results(mlist, doc, category, subcat, cgidata)
File "/usr/local/mailman/Mailman/Cgi/admin.py", line 491,
in show_results
form.AddItem(membership_options(mlist, subcat, cgidata,
doc, form))
File "/usr/local/mailman/Mailman/Cgi/admin.py", line 799, in
membership_options
all = [_m.encode() for _m in mlist.getMembers()]
UnicodeError: ASCII decoding error: ordinal not in range(128)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=828381&group_i…
Feature Requests item #830905, was opened at 2003-10-27 11:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=830905&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Miha Lampret (mlampret)
Assigned to: Nobody/Anonymous (nobody)
Summary: Custom authentification option
Initial Comment:
It wuld be nice if we could use external program for checking
passwords when logging in to admin area..
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=830905&group_i…
Patches item #694902, was opened at 2003-02-28 08:02
Message generated for change (Comment added) made by mrjc
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=694902&group_i…
Category: mail delivery
Group: Mailman 2.1
Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix MIME digest attachment
Initial Comment:
ToDigest.py in Mailman 2.1.1 was improved in handling
plain text digest but there was a side effect in MIME
digest.
We should now use copy of Message instance because the
original is scrubbed afterwards.
----------------------------------------------------------------------
Comment By: Martin RJ. Cleaver (mrjc)
Date: 2003-10-27 05:17
Message:
Logged In: YES
user_id=50125
did this make 2.1.3?
I'm still getting this:
http://cp1.myhostdns.org/pipermail/webmasters_mbssrc.com/
2003-October/000025.html whenever my users post HTML
messages.
Thanks, M.
----------------------------------------------------------------------
Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-04-11 02:48
Message:
Logged In: YES
user_id=12800
The patch looks good, so I'm closing this in anticipation
that testing will work out.
I'm with tkikuchi though, I can't see how this patch could
possibly evoke dwighternest's bug.
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-04-09 01:29
Message:
Logged In: YES
user_id=67709
This patch is only 3 lines. Please check if your
Handlers/ToDigest.py was properly patched. I can't see
anything related to this patch from your traceback log.
----------------------------------------------------------------------
Comment By: Dwight Ernest (dwighternest)
Date: 2003-04-09 01:17
Message:
Logged In: YES
user_id=740960
After I applied this patch, I started to receive uncaught
exceptions leading to 100% of my postings being shunted.
Apr 08 10:03:57 2003 (20895) Uncaught runner exception:
'module' object has no attribute 'process'
Apr 08 10:03:57 2003 (20895) Traceback (most recent call last):
File "/var/mailman/Mailman/Queue/Runner.py", line 105, in
_oneloop
self._onefile(msg, msgdata)
File "/var/mailman/Mailman/Queue/Runner.py", line 155, in
_onefile
keepqueued = self._dispose(mlist, msg, msgdata)
File "/var/mailman/Mailman/Queue/VirginRunner.py", line
38, in _dispose
return IncomingRunner._dispose(self, mlist, msg, msgdata)
File "/var/mailman/Mailman/Queue/IncomingRunner.py", line
130, in _dispose
more = self._dopipeline(mlist, msg, msgdata, pipeline)
File "/var/mailman/Mailman/Queue/IncomingRunner.py", line
153, in _dopipeline
sys.modules[modname].process(mlist, msg, msgdata)
AttributeError: 'module' object has no attribute 'process'
Apr 08 10:03:57 2003 (20895) SHUNTING:
1049803236.489061+24037ff46bd58f849bf9a9646db1dd90bb863d2c
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=694902&group_i…
Bugs item #829982, was opened at 2003-10-24 23:51
Message generated for change (Settings changed) made by pchamorro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=829982&group_i…
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
>Priority: 9
Submitted By: Pablo Chamorro C. (pchamorro)
Assigned to: Nobody/Anonymous (nobody)
Summary: MakeCookie/WebAuthent fail when a user changes the password
Initial Comment:
I just created a new list and I suscribed some users,
but when a user changes his password Mailman shows this
sad message:
Bug in Mailman version 2.1.3
We're sorry, we hit a bug! ....
Traceback:
Traceback (most recent call last):
File "/var/mailman/scripts/driver", line 87, in run_main
main()
File "/var/mailman/Mailman/Cgi/private.py", line 120,
in main
password, username):
File "/var/mailman/Mailman/SecurityManager.py", line
219, in WebAuthenticate
print self.MakeCookie(ac, user)
File "/var/mailman/Mailman/SecurityManager.py", line
228, in MakeCookie
raise ValueError
ValueError
I could reproduce this error in other server and with
others lists and users. I was trying under RH 9.0.
Please help me...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=829982&group_i…
Bugs item #829982, was opened at 2003-10-24 23:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=829982&group_i…
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Pablo Chamorro C. (pchamorro)
Assigned to: Nobody/Anonymous (nobody)
Summary: MakeCookie/WebAuthent fail when a user changes the password
Initial Comment:
I just created a new list and I suscribed some users,
but when a user changes his password Mailman shows this
sad message:
Bug in Mailman version 2.1.3
We're sorry, we hit a bug! ....
Traceback:
Traceback (most recent call last):
File "/var/mailman/scripts/driver", line 87, in run_main
main()
File "/var/mailman/Mailman/Cgi/private.py", line 120,
in main
password, username):
File "/var/mailman/Mailman/SecurityManager.py", line
219, in WebAuthenticate
print self.MakeCookie(ac, user)
File "/var/mailman/Mailman/SecurityManager.py", line
228, in MakeCookie
raise ValueError
ValueError
I could reproduce this error in other server and with
others lists and users. I was trying under RH 9.0.
Please help me...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=829982&group_i…