Patches item #1086319, was opened at 2004-12-16 01:10
Message generated for change (Settings changed) made by msapiro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1086319&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: command line scripts
Group: Mailman 2.1
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: bin/show_qfiles is terminated by exception
Initial Comment:
Shunted queue files may cause exceptions while
bin/show_qfiles is running. By this patch, show_qfiles
will show tracebacks and continue processing files.
----------------------------------------------------------------------
Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2006-04-17 03:19
Message:
Logged In: YES
user_id=529503
I guess Bug #1444447 is diferent problem.
But on 2.1.8 (without patch), qfiles that caused exception
on 2.1.6- don't cause exception. So please mark this item
'closed'.
----------------------------------------------------------------------
Comment By: Mark Sapiro (msapiro)
Date: 2006-04-16 08:02
Message:
Logged In: YES
user_id=1123998
I think the underlying problem is Bug # 1444447 which is
fixed in a different way in Mailman 2.1.8.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1086319&group_…
Patches item #1086319, was opened at 2004-12-16 18:10
Message generated for change (Comment added) made by hatukanezumi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1086319&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: command line scripts
Group: Mailman 2.1
>Status: Open
Resolution: Fixed
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: bin/show_qfiles is terminated by exception
Initial Comment:
Shunted queue files may cause exceptions while
bin/show_qfiles is running. By this patch, show_qfiles
will show tracebacks and continue processing files.
----------------------------------------------------------------------
>Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2006-04-17 19:19
Message:
Logged In: YES
user_id=529503
I guess Bug #1444447 is diferent problem.
But on 2.1.8 (without patch), qfiles that caused exception
on 2.1.6- don't cause exception. So please mark this item
'closed'.
----------------------------------------------------------------------
Comment By: Mark Sapiro (msapiro)
Date: 2006-04-17 00:02
Message:
Logged In: YES
user_id=1123998
I think the underlying problem is Bug # 1444447 which is
fixed in a different way in Mailman 2.1.8.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1086319&group_…
Bugs item #1471487, was opened at 2006-04-16 16:32
Message generated for change (Comment added) made by msapiro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1471487&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Andreas Thienemann (ixsnet)
Assigned to: Nobody/Anonymous (nobody)
Summary: ASCII decoding error in membership management
Initial Comment:
When opening the list membership management view in the
admin interface, a notice about hitting a bug in 2.1.7
appears.
The error log has some more information:
admin(31507): [----- Mailman Version: 2.1.7 -----]
admin(31507): [----- Traceback ------]
admin(31507): Traceback (most recent call last):
admin(31507): File
"/opt/mailman-2.1.7/scripts/driver", line 101, in run_main
admin(31507): main()
admin(31507): File
"/opt/mailman-2.1.7/Mailman/Cgi/admin.py", line 197, in
main
admin(31507): show_results(mlist, doc, category,
subcat, cgidata)
admin(31507): File
"/opt/mailman-2.1.7/Mailman/Cgi/admin.py", line 497, in
show_results
admin(31507):
form.AddItem(membership_options(mlist, subcat, cgidata,
doc, form))
admin(31507): File
"/opt/mailman-2.1.7/Mailman/Cgi/admin.py", line 869, in
membership_options
admin(31507): all = [_m.encode() for _m in
mlist.getMembers()]
admin(31507): UnicodeError: ASCII decoding error:
ordinal not in range(128)
admin(31507): [----- Python Information -----]
admin(31507): sys.version = 2.2.3 (#1, Nov 11
2003, 17:44:56)
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-113)]
admin(31507): sys.executable = /usr/bin/python2
admin(31507): sys.prefix = /usr
admin(31507): sys.exec_prefix = /usr
admin(31507): sys.path = /usr
admin(31507): sys.platform = linux2
----------------------------------------------------------------------
>Comment By: Mark Sapiro (msapiro)
Date: 2006-04-16 18:51
Message:
Logged In: YES
user_id=1123998
Did you just upgrade from Mailman 2.1.2 or older?
It appears that this list has one or more members with
(invalid?) non-ascii characters in their email address. I
think any version from 2.1.3 on would throw this exception,
and no recent version would allow the address to be added.
You might try something like
bin/list_members listname | egrep '[^[:alnum:]@.-]'
to find the offending address.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1471487&group_…
Bugs item #1471487, was opened at 2006-04-16 23:32
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=1471487&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Andreas Thienemann (ixsnet)
Assigned to: Nobody/Anonymous (nobody)
Summary: ASCII decoding error in membership management
Initial Comment:
When opening the list membership management view in the
admin interface, a notice about hitting a bug in 2.1.7
appears.
The error log has some more information:
admin(31507): [----- Mailman Version: 2.1.7 -----]
admin(31507): [----- Traceback ------]
admin(31507): Traceback (most recent call last):
admin(31507): File
"/opt/mailman-2.1.7/scripts/driver", line 101, in run_main
admin(31507): main()
admin(31507): File
"/opt/mailman-2.1.7/Mailman/Cgi/admin.py", line 197, in
main
admin(31507): show_results(mlist, doc, category,
subcat, cgidata)
admin(31507): File
"/opt/mailman-2.1.7/Mailman/Cgi/admin.py", line 497, in
show_results
admin(31507):
form.AddItem(membership_options(mlist, subcat, cgidata,
doc, form))
admin(31507): File
"/opt/mailman-2.1.7/Mailman/Cgi/admin.py", line 869, in
membership_options
admin(31507): all = [_m.encode() for _m in
mlist.getMembers()]
admin(31507): UnicodeError: ASCII decoding error:
ordinal not in range(128)
admin(31507): [----- Python Information -----]
admin(31507): sys.version = 2.2.3 (#1, Nov 11
2003, 17:44:56)
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-113)]
admin(31507): sys.executable = /usr/bin/python2
admin(31507): sys.prefix = /usr
admin(31507): sys.exec_prefix = /usr
admin(31507): sys.path = /usr
admin(31507): sys.platform = linux2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1471487&group_…
Bugs item #1471318, was opened at 2006-04-16 08:22
Message generated for change (Comment added) made by msapiro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1471318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: mail delivery
Group: 2.1 (stable)
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Harri Porten (hporten)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing Date header in "requires approval" attachment
Initial Comment:
The message attachment part of the "xxx post from
xxx(a)xxx.xx requires approval" mails sent to the list
admin are lacking a Date header.
The part currently starts with
Content-Type: message/rfc822
MIME-Version: 1.0
while RFC822 mandates a Dates header to exist.
This is with version 2.1.5 compiled with sources on a
Debian 3.1 system. I've seen that the lack of the
header has been fixed for other types of mails but not
the attachment of this admin mail.
Harri.
----------------------------------------------------------------------
>Comment By: Mark Sapiro (msapiro)
Date: 2006-04-16 08:50
Message:
Logged In: YES
user_id=1123998
RFC822 and RFC2822 only address the top level message
headers. The standard for the headers of sub-parts in
multipart messages is RFC1521.
A Date header is not required in the headers of a sub-part.
If your issue is that the attached message/rfc822 part
itself contains no date header, this is an exact copy of the
message received by Mailman. It was up to whatever sent the
original message to include a Date: header.
If mailman receives a non-compliant message and holds it for
approval, it is not up to Mailman to try to correct defects
in the received message.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1471318&group_…
Bugs item #1471318, was opened at 2006-04-16 17:22
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=1471318&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: mail delivery
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Harri Porten (hporten)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing Date header in "requires approval" attachment
Initial Comment:
The message attachment part of the "xxx post from
xxx(a)xxx.xx requires approval" mails sent to the list
admin are lacking a Date header.
The part currently starts with
Content-Type: message/rfc822
MIME-Version: 1.0
while RFC822 mandates a Dates header to exist.
This is with version 2.1.5 compiled with sources on a
Debian 3.1 system. I've seen that the lack of the
header has been fixed for other types of mails but not
the attachment of this admin mail.
Harri.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1471318&group_…
Patches item #1086319, was opened at 2004-12-16 01:10
Message generated for change (Comment added) made by msapiro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1086319&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: command line scripts
Group: Mailman 2.1
>Status: Pending
>Resolution: Fixed
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: bin/show_qfiles is terminated by exception
Initial Comment:
Shunted queue files may cause exceptions while
bin/show_qfiles is running. By this patch, show_qfiles
will show tracebacks and continue processing files.
----------------------------------------------------------------------
>Comment By: Mark Sapiro (msapiro)
Date: 2006-04-16 08:02
Message:
Logged In: YES
user_id=1123998
I think the underlying problem is Bug # 1444447 which is
fixed in a different way in Mailman 2.1.8.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1086319&group_…
Patches item #1471258, was opened at 2006-04-16 20:10
Message generated for change (Comment added) made by hatukanezumi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1471258&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
>Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: OpenLDAP shell backend
Initial Comment:
This is a wrapper of Mailman for slapd-shell(5)
OpenLDAP shell backend interface.
Requirement:
o OpenLDAP 2.x
o python-ldap
o Mailman 2.x, of course:).
Installation:
1. Extract tarball. Place shellbe.py and dumpschema.py
into $prefix/bin, and mailman-list.schema appropriate
location. Give shellbe.py exec permission.
2. Add schema. Insert following line into slapd.conf:
include /the/location/of/mailman-list.schema
Add database suffix. Insert following lines into
slapd.conf:
database shell
suffix "ou=Lists,o=My Organization,c=AQ"
add /usr/local/mailman/bin/shellbe.py
delete /usr/local/mailman/bin/shellbe.py
modify /usr/local/mailman/bin/shellbe.py
search /usr/local/mailman/bin/shellbe.py
Then restart slapd.
3. Run (as Mailman user or superuser):
$ python $prefix/bin/dumpschema.py
ldap://ldap.host/ bind-DN bind-password
After that, you shall find schemacache.pck in
$varprefix/data directory.
4. Setup mailman. Insert following lines in
$prefix/Mailman/mm_cfg.py:
SLAPD_SHELL_SUFFIX = 'ou=Lists,o=My Organization,c=AQ'
SLAPD_SHELL_OBJECTCLASSES = ['top',
'someStructuralObjectClass', ]
Note:
o SEARCH doesn't process search filter. Either
'(objectClass=*)' or '(objectClass=gnummList)' will be
recognized.
o User of slapd (typically 'ldap') should be belonged
to Mailman group ('mailman').
----------------------------------------------------------------------
>Comment By: Hatuka*nezumi (hatukanezumi)
Date: 2006-04-16 20:27
Message:
Logged In: YES
user_id=529503
Additional Note:
o List member informations (memberships, real names,
delivery statuses etc.) aren't supported by this wrapper.
Such data will be handled by LDAP membership adapotor (see
patch #871062).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1471258&group_…
Patches item #1471258, was opened at 2006-04-16 20:10
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=1471258&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Hatuka*nezumi (hatukanezumi)
Assigned to: Nobody/Anonymous (nobody)
Summary: OpenLDAP shell backend
Initial Comment:
This is a wrapper of Mailman for slapd-shell(5)
OpenLDAP shell backend interface.
Requirement:
o OpenLDAP 2.x
o python-ldap
o Mailman 2.x, of course:).
Installation:
1. Extract tarball. Place shellbe.py and dumpschema.py
into $prefix/bin, and mailman-list.schema appropriate
location. Give shellbe.py exec permission.
2. Add schema. Insert following line into slapd.conf:
include /the/location/of/mailman-list.schema
Add database suffix. Insert following lines into
slapd.conf:
database shell
suffix "ou=Lists,o=My Organization,c=AQ"
add /usr/local/mailman/bin/shellbe.py
delete /usr/local/mailman/bin/shellbe.py
modify /usr/local/mailman/bin/shellbe.py
search /usr/local/mailman/bin/shellbe.py
Then restart slapd.
3. Run (as Mailman user or superuser):
$ python $prefix/bin/dumpschema.py
ldap://ldap.host/ bind-DN bind-password
After that, you shall find schemacache.pck in
$varprefix/data directory.
4. Setup mailman. Insert following lines in
$prefix/Mailman/mm_cfg.py:
SLAPD_SHELL_SUFFIX = 'ou=Lists,o=My Organization,c=AQ'
SLAPD_SHELL_OBJECTCLASSES = ['top',
'someStructuralObjectClass', ]
Note:
o SEARCH doesn't process search filter. Either
'(objectClass=*)' or '(objectClass=gnummList)' will be
recognized.
o User of slapd (typically 'ldap') should be belonged
to Mailman group ('mailman').
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1471258&group_…
Bugs item #1462091, was opened at 03/31/06 05:24
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1462091&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: security/privacy
Group: 2.1 (stable)
>Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Trent Larson (trentlarson)
Assigned to: Nobody/Anonymous (nobody)
Summary: admin links force me to insecure mode with password
Initial Comment:
I start out in secure mode when I administer my list,
but many operations have hard-coded links to HTTP, and
then it loses my session information and requires me to
login again from that insecure page. In other words,
there are many screens that I cannot use without
logging in insecurely.
Using v 2.1.6.
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 04/14/06 19:21
Message:
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Mark Sapiro (msapiro)
Date: 03/31/06 08:56
Message:
Logged In: YES
user_id=1123998
This is not a bug. It is a misconfiguration. What you want
to do is put
DEFAULT_URL_PATTERN = 'https://%s/mailman/'
in mm_cfg.py and then run bin/fix_url.py to update your
existing lists, e.g.
bin/withlist -l -a -r fix_url -- [fix_url options]
but first run bin/fix_url.py stand alone for help.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1462091&group_…