Patches item #746728, was opened at 2003-05-31 20:27
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=746728&group_i…
Category: list administration
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: matze (indygena)
Assigned to: Nobody/Anonymous (nobody)
Summary: ssl support for list administration
Initial Comment:
adds ssl support for the administration interface. via
the boolean configuration parameter
DEFAULT_ADMIN_USE_SSL can be defined that the list
administration interface is accessed oven a ssl
encrypted connection
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=746728&group_i…
Patches item #670167, was opened at 2003-01-18 05:58
Message generated for change (Comment added) made by hcaley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=670167&group_i…
Category: Pipermail
Group: Mailman 2.1
Status: Open
Resolution: Accepted
Priority: 8
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix i18n attachment description in archive
Initial Comment:
Bug-ID 669081 (Major attachment handling bug!) is
caused inaccurate handling of charset in Scrubber.py.
This is caused by misuse of email functions (or by
bug in email package).
In Scrubber.py, attempt is made to get message charset
by part.get_charset() but it returns only None, as far
as I experimented. In this patch, message charset is
extracted from regular expression pattern in
content-type header.
This also set the charset of internally crafted message
part.
----------------------------------------------------------------------
Comment By: Hugh Caley (hcaley)
Date: 2003-05-30 17:23
Message:
Logged In: YES
user_id=17460
I patched version 2.1.2 of Mail man with patch
Scrubber.py.patch.030224.txt, using "patch -p0
<Scrubber.py.patch.030224.txt". The patch applied cleanly,
other than removing a couple of CR's at the end of the file.
However, it doesn't seem to make a difference; messages
sent from Outlook XP with an attachment still lose their
message text. Did I do this correctly?
Hugh_Caley(a)affymetrix.com
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-04-22 13:00
Message:
Logged In: YES
user_id=67709
Recently, I had a chance to get personal correspondence to
refer this patch. To quote his comment, "(it) works like a
charm!"
So, I am incrementing the priority. :^)
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-02-24 04:34
Message:
Logged In: YES
user_id=67709
Uploading revised patch to fix more error.
Sorry for the people downloaded earlier.
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-02-24 01:39
Message:
Logged In: YES
user_id=67709
update my patch to fix error reported by sumeet
File "/list/Mailman/Handlers/Scrubber.py", line 320, in
process
if not t.endswith('\n'):
AttributeError: 'NoneType' object has no attribute 'endswith'
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-02-22 07:05
Message:
Logged In: YES
user_id=67709
This patch for Scrubber.py now include Bug-ID #691039.
save_attachment() now returns (url, size), because in
previous code, get_paylaod() is called before calling
save_attachment() only to get the size. save_attachment()
calls get_payload() inside.
We might be able to discard the attachment if
get_payload(decode=1) fail. (TBD: return discard message and
size 0 ?)
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-02-20 01:31
Message:
Logged In: YES
user_id=67709
Increment priority because this is now a bug fix.
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-02-04 06:08
Message:
Logged In: YES
user_id=67709
I made a new patch to fix embedded multipart messages are
stripped bug. this patch is for CVS.
see
http://mail.python.org/pipermail/mailman-users/2003-February/026071.html
----------------------------------------------------------------------
Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-01-20 05:13
Message:
Logged In: YES
user_id=12800
Reopening so this issue doesn't get lost.
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-01-20 04:03
Message:
Logged In: YES
user_id=67709
We, Japanese, need additional process of stringify and
regenerate message instance..
Internal message is in 'euc-jp' but return value of
get_content_charset() becomes 'iso-2022-jp' even though the
get_payload() returns euc-jp text.
The message and part body is converted to iso-2022-jp when
it is output to SMTP (or whatever accepts in string format).
----------------------------------------------------------------------
Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-01-20 02:18
Message:
Logged In: YES
user_id=12800
Accepted, with changes.
----------------------------------------------------------------------
Comment By: Tokio Kikuchi (tkikuchi)
Date: 2003-01-19 00:52
Message:
Logged In: YES
user_id=67709
Update of patch.
Please backout the first one if you have already applied.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=670167&group_i…
Feature Requests item #745753, was opened at 2003-05-29 20: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=745753&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Phil Iovino (nxtek)
Assigned to: Nobody/Anonymous (nobody)
Summary: List all subscribers
Initial Comment:
I'd like to give the mailing list owners the ability to list all
subscribers instead of having to click each letter. I know
I can do it from the command line, but list owners can't
through the admin interface.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=745753&group_i…
Feature Requests item #415137, was opened at 2001-04-10 13:00
Message generated for change (Comment added) made by nxtek
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=415137&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: CSS for webpage design.
Initial Comment:
It would be very nice to be able to change the looks of
the web pages by using CSS.
Ie, include a <link href="default.css" .. on every
page, and set tag classes so that they can be configured.
----------------------------------------------------------------------
Comment By: Phil Iovino (nxtek)
Date: 2003-05-29 20:48
Message:
Logged In: YES
user_id=582938
I would like this as well.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=415137&group_i…
Bugs item #745006, was opened at 2003-05-28 10:42
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=745006&group_i…
Category: configuring/installing
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Pete Deffendol (deffendol)
Assigned to: Nobody/Anonymous (nobody)
Summary: "/" is a valid e-mail address character
Initial Comment:
I believe that a forward slash (/) is a valid character
in the mailbox name for an e-mail address. Some U.S.
Forest Service addresses have them. Around line 200 in
Utils.py, the forward slash is included in the
_badchars regex.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=745006&group_i…
Bugs item #744466, was opened at 2003-05-27 14:41
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=744466&group_i…
Category: nntp/news
Group: 2.0.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Hinson (oppie)
Assigned to: Nobody/Anonymous (nobody)
Summary: error message
Initial Comment:
I get this error message.
From: Cron Daemon <root(a)oppie.oppie.net>
To: mailman(a)oppie.oppie.net
Subject: Cron <mailman@oppie> /usr/bin/python -
S /var/mailman/cron/gate_news
Traceback (innermost last):
File "/var/mailman/cron/gate_news", line 222, in ?
main()
File "/var/mailman/cron/gate_news", line 203, in main
process_lists(lock)
File "/var/mailman/cron/gate_news", line 148, in
process_lists
conn, first, last = open_newsgroup(mlist)
File "/var/mailman/cron/gate_news", line 75, in
open_newsgroup
password=mm_cfg.NNTP_PASSWORD)
File "/var/mailman/Mailman/pythonlib/nntplib.py", line
114, in __init__
self.welcome = self.getresp()
File "/var/mailman/Mailman/pythonlib/nntplib.py", line
184, in getresp
raise NNTPTemporaryError(resp)
Mailman.pythonlib.nntplib.NNTPTemporaryError: 400
File exists writing SMstore
file -- throttling
I am running INN Version inn-2.3.2-5
Python version python-1.5.2-43.72
mailman version mailman-2.0.13-1
RedHat 7.2
Linux oppie 2.4.18-27.7.x #1 Fri Mar 14 05:51:48
EST 2003 i586 unknown
Can someone please help me figure this out?
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=744466&group_i…
Feature Requests item #741426, was opened at 2003-05-22 09:32
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=741426&group_i…
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Steve McInerney (stevemci)
Assigned to: Nobody/Anonymous (nobody)
Summary: Per list customisation of system messages
Initial Comment:
Currently to modify various mailman generated system
messages requires modifying python.
Not difficult, but annoying if you want different
responses for different lists.
An example is the message generated if a subscriber
tries to re-subscribe via the web interface. Our list
owners, _really_ didn't like the default wording, and
wanted it changed to better reflect our user base. Unf
this modifies for all lists on that server.
2ndly I noticed that the %(description)s string didn't
work in the above notification???
Thanks
- Steve
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350103&aid=741426&group_i…
Bugs item #740459, was opened at 2003-05-20 15:36
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=740459&group_i…
Category: mail delivery
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Fil (filfil)
Assigned to: Nobody/Anonymous (nobody)
Summary: unicode problem (3/3)
Initial Comment:
May 20 11:47:10 2003 (8944) Uncaught runner exception: unknown
encoding
May 20 11:47:10 2003 (8944) 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
218, in _dispo
res = Results(mlist, msg, msgdata)
File "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line
75, 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)
LookupError: unknown encoding
May 20 11:47:10 2003 (8944) SHUNTING:
1053383696.5418921+6121da3902700d6a7906d8
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=740459&group_i…
Bugs item #740457, was opened at 2003-05-20 15: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=740457&group_i…
Category: mail delivery
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Fil (filfil)
Assigned to: Nobody/Anonymous (nobody)
Summary: mktime problem (2/3)
Initial Comment:
May 20 11:47:12 2003 (8942) Uncaught runner exception: mktime
argument out of r
May 20 11:47:12 2003 (8942) 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/ArchRunner.py", line 49,
in _dispose
elif abs(now - mktime_tz(tup)) > \
File "/usr/local/mailman/pythonlib/email/_parseaddr.py", line 145,
in mktime_
t = time.mktime(data[:8] + (0,))
OverflowError: mktime argument out of range
May 20 11:47:12 2003 (8942) SHUNTING:
1051480510.323101+bfeaf3c7cb30777ce3f7a67
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=740457&group_i…
Bugs item #740453, was opened at 2003-05-20 15: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=740453&group_i…
Category: mail delivery
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Fil (filfil)
Assigned to: Nobody/Anonymous (nobody)
Summary: encoding problems (1/3)
Initial Comment:
May 20 11:47:10 2003 (8944) Uncaught runner exception: ASCII
decoding error: or
May 20 11:47:10 2003 (8944) 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
218, in _dispo
res = Results(mlist, msg, msgdata)
File "/usr/local/mailman/Mailman/Queue/CommandRunner.py", line
75, 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)
May 20 11:47:10 2003 (8944) SHUNTING:
1052919608.508467+145b45eb26201772a1a52c3
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=740453&group_i…