Patches item #869644, was opened at 2004-01-02 18:45
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=869644&group_i…
Category: Web UI
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephan Berndts (berndts)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: Fix: Error accessing priv. roster/arch w/ non-member address
Initial Comment:
Mailman 2.1.4 is producing a bug if one tries to login to a private
roster or archive with an email address which is not a member of
the respective mailing list.
This patch solves the problem.
----------------------------------------------------------------------
>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2004-01-02 19:02
Message:
Logged In: YES
user_id=12800
Are you sure you're looking at version 2.20.2.2 of
SecurityManager.py? Here's what the AuthUser clause looks like:
elif ac == mm_cfg.AuthUser:
if user is not None:
try:
if self.authenticateMember(user,
response):
return ac
except Errors.NotAMemberError:
pass
This doesn't match patch the patch, so I'm wondering if your
files are out of date?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=869644&group_i…
Bugs item #869647, was opened at 2004-01-03 00:48
Message generated for change (Settings changed) made by berndts
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=869647&group_i…
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephan Berndts (berndts)
>Assigned to: Barry A. Warsaw (bwarsaw)
Summary: Error when accessing priv. roster/arch w/ non-member address
Initial Comment:
Barry removed to much code while trying to correct bug #864676. :
(
So Mailman 2.1.4 is producing a bug if one tries to login to a private
roster or archive with an email address which is not a member of
the respective mailing list.
One possible solution is patch #869644.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=869647&group_i…
Bugs item #869647, was opened at 2004-01-03 00:48
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=869647&group_i…
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephan Berndts (berndts)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error when accessing priv. roster/arch w/ non-member address
Initial Comment:
Barry removed to much code while trying to correct bug #864676. :
(
So Mailman 2.1.4 is producing a bug if one tries to login to a private
roster or archive with an email address which is not a member of
the respective mailing list.
One possible solution is patch #869644.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=869647&group_i…
Patches item #869644, was opened at 2004-01-03 00:45
Message generated for change (Settings changed) made by berndts
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=869644&group_i…
Category: Web UI
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephan Berndts (berndts)
>Assigned to: Barry A. Warsaw (bwarsaw)
Summary: Fix: Error accessing priv. roster/arch w/ non-member address
Initial Comment:
Mailman 2.1.4 is producing a bug if one tries to login to a private
roster or archive with an email address which is not a member of
the respective mailing list.
This patch solves the problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=869644&group_i…
Patches item #869644, was opened at 2004-01-03 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=300103&aid=869644&group_i…
Category: Web UI
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephan Berndts (berndts)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix: Error accessing priv. roster/arch w/ non-member address
Initial Comment:
Mailman 2.1.4 is producing a bug if one tries to login to a private
roster or archive with an email address which is not a member of
the respective mailing list.
This patch solves the problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=869644&group_i…
Patches item #731100, was opened at 2003-05-02 03:44
Message generated for change (Comment added) made by m-a
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=731100&group_i…
Category: mail delivery
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Colin Palmer (tzs)
Assigned to: Nobody/Anonymous (nobody)
Summary: Postfix XVERP support for SMTPDirect.py
Initial Comment:
This patch adds support for Postfix's XVERP ESMTP
extension for doing VERP on delivery instead of
requiring Mailman to inject the message once per
recipient when VERPing.
This patch is against Mailman 2.1.2
To make it work, add:
VERP_STYLE = 'Postfix'
POSTFIX_XVERP_OPTS = '+='
to mm_cfg.py And to go back to Mailman's way of doing
VERP, you can set VERP_STYLE = 'Mailman'
----------------------------------------------------------------------
Comment By: Matthias Andree (m-a)
Date: 2004-01-03 00:24
Message:
Logged In: YES
user_id=2788
I have updated the patch for 2.1.4, find it at
http://sourceforge.net/tracker/index.php?
func=detail&aid=869638&group_id=103&atid=300103
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=731100&group_i…
Patches item #869638, was opened at 2004-01-03 00:24
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=869638&group_i…
Category: mail delivery
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Andree (m-a)
Assigned to: Nobody/Anonymous (nobody)
Summary: Postfix XVERP support, Mailman 2.1.4 cut
Initial Comment:
I have found Colin Palmer's patch to support XVERP with Postfix
at
http://sourceforge.net/tracker/index.php?
func=detail&aid=731100&group_id=103&atid=300103
to be quite useful. Unfortunately, it no longer applies to Mailman 2.
1.4, so I have updated it. Find the updated version attached.
Thanks, Colin!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=869638&group_i…
Patches item #869394, was opened at 2004-01-02 10:53
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=869394&group_i…
Category: bounce processing
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: David Gibbs (midrangeman)
Assigned to: Nobody/Anonymous (nobody)
Summary: Enhanced logging for filter rule discards
Initial Comment:
I started playing with the filter rules to automatically
discard messages that had relatively high spam scores.
I noticed, however, that the logging when a message is
discarded was rather poor.
So, I hacked together a bit of code to improve the
logging.
NOTICE: I am not a Python programmer ... so I can't
gaurantee that this patch is without error. It seems to
work on my system, but that's all I can say.
This is a patch on Mailman 2.1.4!
The vette log entry will look something like this:
Jan 02 10:43:04 2004 (7665) testlist post from
root(a)linux.midrange.com discarded, msgid:
<200401021643.i02Gh3B2007694(a)linux.xxxxx.com>:
Message discarded by filter rule match
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=869394&group_i…
Patches item #820723, was opened at 2003-10-09 16:19
Message generated for change (Comment added) made by ppsys
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=820723&group_i…
Category: Pipermail
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Barrett (ppsys)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mailman/pipermail/MHonArc integration patch
Initial Comment:
This patch tightly integrates the MHonArc mail-to-HTML
convertor with Mailman and its internal pipermail
archiving code.
The purpose of the patch is to produce a fusion of
(hopefully) the best features of pipermail and MHonArc
for handling Mailman mailing list archives.
For more detail see patch content or
http://www.openinfo.co.uk/mailman/patches/mhonarc/index.html
----------------------------------------------------------------------
>Comment By: Richard Barrett (ppsys)
Date: 2004-01-02 15:32
Message:
Logged In: YES
user_id=75166
mhonarc-2.1.4-0.1.patch is a MM 2.1.4 compatible version of
this patch
----------------------------------------------------------------------
Comment By: Richard Barrett (ppsys)
Date: 2003-10-22 14:32
Message:
Logged In: YES
user_id=75166
mhonarc-2.1.3-0.6.patch better supports the use of MHonArc
-saveresources option. Also fixes minor HTML syntax error in
mhonarc.mrc and author.mrc that affected generated date and
author index pages.
----------------------------------------------------------------------
Comment By: Richard Barrett (ppsys)
Date: 2003-10-14 05:49
Message:
Logged In: YES
user_id=75166
With mhonarc-2.1.3-0.4.patch, the default path to MHonArc itself
defined in Defaults.py is the empty string and, until this is
changed, the option to select MHonArc instead of pipermail for
per-list archiving is not offered on the web admin GUI.
----------------------------------------------------------------------
Comment By: Richard Barrett (ppsys)
Date: 2003-10-10 17:51
Message:
Logged In: YES
user_id=75166
Under some circumstances, when a single message is passed to
MHonArc for archiving via a pipe, MHonArc may finish its
processing and exit, closing its STDIN before the Mailman
process that invoked it has finished output of the message
to the pipe. Mistakenly, the patched pipermail code treated
this as an error. mhonarc-2.1.3-0.3.patch corrects this mistake.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=820723&group_i…
Patches item #760567, was opened at 2003-06-25 15:25
Message generated for change (Comment added) made by ppsys
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=760567&group_i…
Category: list administration
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Barrett (ppsys)
Assigned to: Nobody/Anonymous (nobody)
Summary: moderation request message content
Initial Comment:
This patch makes per-list configurable the inclusion of
the body of messages that require moderation in the
request messages sent to list moderators.
This patch has similar objectives to those of patch
#593674 but is a simpler implementation.
This adds one list attribute, which can be set or unset
via the web admin GUI, and which controls whether the
moderated message body is included in the moderator
request.
Apply the attached patch file with the MM build
directory as the current working directory using the
command:
patch -p1 < path-to-patch-file
----------------------------------------------------------------------
>Comment By: Richard Barrett (ppsys)
Date: 2004-01-02 15:28
Message:
Logged In: YES
user_id=75166
modinc-2.1.4-0.1.patch is a MM 2.1.4 compatible veriosn of
this patch
----------------------------------------------------------------------
Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-12-24 17:29
Message:
Logged In: YES
user_id=12800
I'm going to defer this one until 2.1.5 since I don't want
to add any new list attributes at this late date.
----------------------------------------------------------------------
Comment By: Richard Barrett (ppsys)
Date: 2003-09-30 20:43
Message:
Logged In: YES
user_id=75166
modinc-2.1.3-0.1.patch is a MM 2.1.3 compatible version of the
patch
----------------------------------------------------------------------
Comment By: Richard Barrett (ppsys)
Date: 2003-06-25 17:21
Message:
Logged In: YES
user_id=75166
Missed one changed file from initial patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=760567&group_i…