Feature Requests item #876244, was opened at 2004-01-13 13:00
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=876244&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Abrahams (david_abrahams)
Assigned to: Nobody/Anonymous (nobody)
Summary: turn off discard notifications
Initial Comment:
I'd rather not be bothered when spam gets
automatically discarded. Can I turn off auto-discard
notices?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=876244&group_i…
Patches item #875972, was opened at 2004-01-13 10:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=875972&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Aleksander Adamowski (the_olo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove deprecated variable from Utils.py
Initial Comment:
DEFAULT_HOST_NAME has been replaced with DEFAULT_URL_HOST.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=875972&group_i…
Bugs item #875971, was opened at 2004-01-13 10:11
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=875971&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Aleksander Adamowski (the_olo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deprecated option DEFAULT_HOST_NAME is used in Utils.py
Initial Comment:
In Utils.py, in the get_domain() function, a deprecated
configuration option is used: DEFAULT_HOST_NAME.
It has been superseded by DEFAULT_URL_HOST.
DEFAULT_HOST_NAME is now set to None by default.
I'm suggesting the following change in Urils.py, near
line 640:
- hostname = mm_cfg.DEFAULT_HOST_NAME or
mm_cfg.DEFAULT_EMAIL_HOST
+ hostname = mm_cfg.DEFAULT_URL_HOST or
mm_cfg.DEFAULT_EMAIL_HOST
I'm attaching a patch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=875971&group_i…
Bugs item #874764, was opened at 2004-01-11 05:02
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=874764&group_i…
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: -admin address is now equiv to -bounce
Initial Comment:
If a new list is created, a notice is sent to the list
owner including the questions address
mailman-admin(a)the.site.dom.
Since in 2.1.x, -admin adderss is an alias for bounce,
if the new list owner sends questions to this address,
the message is treated as uninterpretable bounce
message. This address should be mailman-owner(a)the.site.dom.
I attach a fix for Cgi/create.py but looks like
bin/newlist has the same error.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=874764&group_i…
Bugs item #874760, was opened at 2004-01-11 04:50
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=874760&group_i…
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Expose bug after a user change email address
Initial Comment:
If a user changed his email address and confirm by
email, then hit a button on the (old email) options
page, then he get;
Bug in Mailman version 2.1.4
>
> 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/options.py",
line 226, in main
> password, user):
> File
"/usr/local/mailman/Mailman/SecurityManager.py", line
220, in WebAuthenticate
> ok = self.CheckCookie(ac, user)
> File
"/usr/local/mailman/Mailman/SecurityManager.py", line
300, in CheckCookie
> ok = self.__checkone(c, authcontext, user)
> File
"/usr/local/mailman/Mailman/SecurityManager.py", line
310, in __checkone
> key, secret = self.AuthContextInfo(authcontext, user)
> File
"/usr/local/mailman/Mailman/SecurityManager.py", line
105, in AuthContextInfo
> secret = self.getMemberPassword(user)
> File
"/usr/local/mailman/Mailman/OldStyleMemberships.py",
line 102, in getMemberPassword
> raise Errors.NotAMemberError, member
> NotAMemberError: old_user@address
I atatch a patch to fix this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=874760&group_i…
Feature Requests item #874329, was opened at 2004-01-10 00:45
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=874329&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nathan Gray (n8gray)
Assigned to: Nobody/Anonymous (nobody)
Summary: Next/Previous Month links in archives
Initial Comment:
Mailman has really improved my life with its wonderful
archive generation, but there's one oversight in the
interface. There should be "Next Month" and "Previous
Month" links in the thread/date view of the archives. It's
pretty annoying to have to manually type the month name in
the URL or go back to the list-info, then to the archive list,
then to the month in question.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=874329&group_i…
Feature Requests item #874326, was opened at 2004-01-10 00:29
Message generated for change (Comment added) made by n8gray
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=874326&group_i…
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Nathan Gray (n8gray)
Assigned to: Nobody/Anonymous (nobody)
Summary: Per-user reply-to munging
Initial Comment:
After *yet another* heated debate about reply-to munging it
occurred to me that maybe we *can* all just get along. How
about letting each user decide whether or not reply-to gets
set to the list address? It would be so nice to put this silly
issue to rest. Think about it -- this could qualify you for the
Nobel Peace Prize!
----------------------------------------------------------------------
>Comment By: Nathan Gray (n8gray)
Date: 2004-01-10 00:37
Message:
Logged In: YES
user_id=121553
Oops, this is a duplicate of RFEs 828564 and 788314. I guess I
should have searched before posting. :-(
Still, that does suggest it's a good idea. :-)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=874326&group_i…
Feature Requests item #874326, was opened at 2004-01-10 00:29
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=874326&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nathan Gray (n8gray)
Assigned to: Nobody/Anonymous (nobody)
Summary: Per-user reply-to munging
Initial Comment:
After *yet another* heated debate about reply-to munging it
occurred to me that maybe we *can* all just get along. How
about letting each user decide whether or not reply-to gets
set to the list address? It would be so nice to put this silly
issue to rest. Think about it -- this could qualify you for the
Nobel Peace Prize!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=874326&group_i…
Patches item #873035, was opened at 2004-01-08 12:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=873035&group_i…
Category: mail delivery
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: subject handling in -request mail
Initial Comment:
Since spammers get one of our '-request' mail command
address as target, we frequently get following error
log and many such messages shunted.
Jan 08 10:17:02 2004 (11705) Uncaught runner exception:
ASCII decoding error: ordinal not in range(128)
Jan 08 10:17:02 2004 (11705) Traceback (most recent
call last):
File "/usr/local/mailman/Mailman/Queue/Runner.py",
line 110, in _oneloop
self._onefile(msg, msgdata)
File "/usr/local/mailman/Mailman/Queue/Runner.py",
line 160, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
File
"/usr/local/mailman/Mailman/Queue/CommandRunner.py",
line 223, in _dispose
res = Results(mlist, msg, msgdata)
File
"/usr/local/mailman/Mailman/Queue/CommandRunner.py",
line 77, in __init__
subj = make_header(decode_header(subj)).__unicode__()
File "/usr/local/mailman/pythonlib/email/Header.py",
line 144, in make_header
h.append(s, charset)
File "/usr/local/mailman/pythonlib/email/Header.py",
line 272, in append
ustr = unicode(s, incodec, errors)
UnicodeError: ASCII decoding error: ordinal not in
range(128)
Jan 08 10:17:02 2004 (11705) SHUNTING:
1073506489.162806+2102abfa360c02ffb7bebbce12c1b9f09d8139f9
Apparently, following patch to Queue/CommandRunner.py
may solve this problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=873035&group_i…
Patches item #839386, was opened at 2003-11-10 18:04
Message generated for change (Comment added) made by kyrian
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=839386&group_i…
Category: configure/install
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Kev Green (kyrian)
Assigned to: Nobody/Anonymous (nobody)
Summary: MySQL MemberAdaptor for Mailman 2.1
Initial Comment:
A MemberAdaptor "plugin" which should allow Mailman list members
to be loaded from a MySQL database, rather than just a Mailman
"pickle" file.
Provided as-is, and without warranty, this "plugin" may destroy your
server, soul, scalp, house, and life. Please use it with caution.
Kev Green, oRe Net.
http://www.orenet.co.uk/
----------------------------------------------------------------------
>Comment By: Kev Green (kyrian)
Date: 2004-01-08 11:38
Message:
Logged In: YES
user_id=99923
Latest version incorporates automated generation of the necessary tables,
cleaner error reporting, and updated documentation.
----------------------------------------------------------------------
Comment By: Kev Green (kyrian)
Date: 2003-11-11 11:14
Message:
Logged In: YES
user_id=99923
Bit of an oops in version 1.49, 1.50 now uploaded, which should fix it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=839386&group_i…