Bugs item #1247796, was opened at 2005-07-29 21:30
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=1247796&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: (un)subscribing
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: lbccserv (lbccserv)
Assigned to: Nobody/Anonymous (nobody)
Summary: small bug in welcome message
Initial Comment:
In the first message you get after you subscribe, which
goes something like "Welcome to the
Jobs(a)lbccservers.com mailing list!
To post to this list, send your email to:" blah blah blah.
Anyways, it goes on to say this:
"with the word `help' in the subject or body (don't
include the
quotes), and you will get back a message with
instructions."
If you look carefully, help is enclosed in one single
tick (single quote) and one back tick (tick on the
tilde key)
not a big deal, just thought I'd let yall know.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1247796&group_…
Bugs item #1246004, was opened at 2005-07-27 15:19
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=1246004&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: Auke Kok (sofar)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.1.6 bin/arch bombs out on unicodeerror
Initial Comment:
Running bin/arch on my i18n- development list I got
this beauty:
Updating HTML for article 2390
Updating HTML for article 2391
Pickling archive state into
/var/mailman/archives/private/xfce-i18n/pipermail.pck
Traceback (most recent call last):
File "bin/arch", line 200, in ?
main()
File "bin/arch", line 188, in main
archiver.processUnixMailbox(fp, start, end)
File "/var/mailman/Mailman/Archiver/pipermail.py",
line 573, in processUnixMailbox
self.add_article(a)
File "/var/mailman/Mailman/Archiver/pipermail.py",
line 625, in add_article
article.parentID = parentID =
self.get_parent_info(arch, article)
File "/var/mailman/Mailman/Archiver/pipermail.py",
line 657, in get_parent_info
article.subject)
File
"/var/mailman/Mailman/Archiver/HyperDatabase.py", line
311, in getOldestArticle
self.__openIndices(archive)
File
"/var/mailman/Mailman/Archiver/HyperDatabase.py", line
251, in __openIndices
t = DumbBTree(os.path.join(arcdir, archive + '-' + i))
File
"/var/mailman/Mailman/Archiver/HyperDatabase.py", line
65, in __init__
self.load()
File
"/var/mailman/Mailman/Archiver/HyperDatabase.py", line
179, in load
self.__sort(dirty=1)
File
"/var/mailman/Mailman/Archiver/HyperDatabase.py", line
73, in __sort
self.sorted.sort()
UnicodeDecodeError: 'ascii' codec can't decode byte
0xc3 in position 0: ordinal not in range(128)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1246004&group_…
Patches item #1246003, was opened at 2005-07-27 15:12
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=1246003&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: internationalization
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Auke Kok (sofar)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.1.6 senddigests unicode error exception handling
Initial Comment:
Hi, I've had senddigests break on me and this seems to
be resolved by adding a proper exception handling as
follows:
vi +333 Mailman/Handlers/ToDigest.py
replace:
except LookupError:
with:
except (UnicodeError, LookupError):
after this adjustment all digests are sent out properly
again for my lists.
symptoms were:
Traceback (most recent call last):
File "/var/mailman/cron/senddigests", line 94, in ?
main()
File "/var/mailman/cron/senddigests", line 86, in main
mlist.send_digest_now()
File "/var/mailman/Mailman/Digester.py", line 60, in
send_digest_now
ToDigest.send_digests(self, mboxfp)
File "/var/mailman/Mailman/Handlers/ToDigest.py",
line 133, in send_digests
send_i18n_digests(mlist, mboxfp)
File "/var/mailman/Mailman/Handlers/ToDigest.py",
line 331, in send_i18n_digests
payload = unicode(payload, mcset, 'replace'
UnicodeError: ISO-2022-JP decoding error: invalid
designation
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1246003&group_…
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…
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: 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: 2005-07-27 13:38
Message:
Logged In: YES
user_id=99923
Folks,
For my own sanity I have decided to create a dedicated area
of my business website for various opensource projects, and
put this project among others under there, so please refer
to this location for updates to this patch in future:
http://www.orenet.co.uk/opensource/
I will still be reading bug reports via sourceforge, but if
nothing else, their user interface is much more fiddly and
time consuming to publish files than a quick tar -czvf and
an scp, so I'll be using my own environment to host the
files at least for the time being.
The latest version at this time is 1.61, I belive it still
requires substantial testing which I'll get around to one of
these days.
K.
----------------------------------------------------------------------
Comment By: Kev Green (kyrian)
Date: 2005-05-31 19:57
Message:
Logged In: YES
user_id=99923
Folks,
Well, I've finally gotten around to releasing an update to
this thing, after a phone conversation with the client who
are using it, and I've incorporated a couple of cosmetic
fixes, fairly substantial changes to make the bounce
processing work properly (the ability to set people to
NOMAIL now exists, and real world testing is commencing
soon), and incorporated the flat vs. wide table archivecture
types with various bugfixes.
Main notes:
* It would be a good idea to change all your delivery_status
fields from VARCHAR(255) to INT(10) or similar, so that they
will work properly, and not bomb out on this new version
(they should be okay I think, but I'd advise the change).
* The missing-'AND' typo has been rectified.
Any suggestions and bugs should be sent to my sourceforge
account address, which ends up in the right place.
K.
----------------------------------------------------------------------
Comment By: Gergely EGERVARY (egervary)
Date: 2005-04-09 11:14
Message:
Logged In: YES
user_id=1255996
Thank you for your good work.
FYI: there's a missing "AND" in MysqlMemberships.py in line 494.
----------------------------------------------------------------------
Comment By: simboforge (simboforge)
Date: 2005-03-11 23:22
Message:
Logged In: YES
user_id=1226150
excellent. can you please give me a list of the files
modified from the original distro? grep sees six that grep
have msyql in them. thx
----------------------------------------------------------------------
Comment By: Kev Green (kyrian)
Date: 2005-03-11 22:56
Message:
Logged In: YES
user_id=99923
The flat file databases are unused when you put the MySQL adaptor in
place, and they are untouched (and indeed not deleted) by it, the MySQL
adaptor only queries the MySQL tables for membership information, without
trying to force you into using it fulltime by deleting anything, etc.
Once you unconfigure the MySQL adaptor, Mailman should revert back to
your existing flat file databases.
Of course, I could have missed something, etc. so do back up your flat file
databases before installing the MySQL adaptor, and then you can just
migrate back to them by restoring the backups.
Either way, you have come up with a good question for an FAQ on the SQL
adaptor :-)
K.
----------------------------------------------------------------------
Comment By: simboforge (simboforge)
Date: 2005-03-11 22:42
Message:
Logged In: YES
user_id=1226150
neat. just what i was looking for. i have a couple of live
lists running on version version 2.1.5. i am a bit leary
about unzipping this distrobution over the top of my working
mailman as i am not sure how to backup the existing flat
file databases. i would prefer to experiment with dropping
the adapter into my existing installation. any pointers as
to where to start? thx
----------------------------------------------------------------------
Comment By: Kev Green (kyrian)
Date: 2004-12-13 18:34
Message:
Logged In: YES
user_id=99923
Oh, btw. v1.57 hasn't been tested yet, so it might kill your
server, eat your dog, and stick your wife in the oven. Be
careful using it!
----------------------------------------------------------------------
Comment By: Kev Green (kyrian)
Date: 2004-12-13 18:33
Message:
Logged In: YES
user_id=99923
Version 1.57: 2004/12/13
* Merge in Daniel Shriver patch/code for a flat table
architecture.
[ Suggested by Kevin McCann <kmccann(at)bellanet.org>, but
I hadn't found time to do it myself... ]
* Add bugfix information from Jinhyok Heo
<novembre(a)NOSPAM.ournature.org>
* Add in mksqlmailman script from TheSin
<thesin(a)SPAMNOTHANKS.southofheaven.org>
* Follow Barry Warsaw's suggestion on delivery status timestamp.
----------------------------------------------------------------------
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…
Patches item #1244799, was opened at 2005-07-25 21:29
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=1244799&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 UI
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Joseph Tate (jtate)
Assigned to: Nobody/Anonymous (nobody)
Summary: XML-RPC interface to Mailman
Initial Comment:
This patch adds an XML-RPC public interface to Mailman
2.1.6. The functionality is very basic but includes
interfaces for adding and deleting lists, setting list
settings, and adding/removing/listing subscribers.
There are also some changes made to a few Cgi and
command line interfaces to break functionality away
from output generation so that they could be more
easily reused.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1244799&group_…
Bugs item #1244726, was opened at 2005-07-25 12:24
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=1244726&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: Kurt Werle (kwerle)
Assigned to: Nobody/Anonymous (nobody)
Summary: Automatic Aliases for Sendmail
Initial Comment:
Preface: I hate sendmail, and won't use it in my next system - but
it is soooo encrusted in my old FreeBSD box that I don't dare try
to replace it.
I looked at the contrib stuff for automating sendmail alias, and it
made my head hurt.
In Defaults.py I added the line:
SENDMAIL_ALIAS_CMD = '/usr/local/bin/newaliases'
and I set
MTA = 'Sendmail'
I changed the following line in my sendmail.cf:
O AliasFile=/etc/mail/aliases
to
O AliasFile=/etc/mail/aliases,/etc/mail/mailman
I HUP'd sendmail.
I added the attached file (Sendmail.py) to Mailman/MTA
I can now run newlist and rmlist as root and have them do the
right thing. I can NOT use the web interface to add/delete lists
because of user permissions.
Things that should be mentioned:
This works on my oldish FreeBSD box (4.X).
Which is running not new sendmail (8.12.X).
I am not a python coder, really - I just wanted to make this work.
Cleanup needed.
But it does work.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1244726&group_…
Bugs item #1243446, was opened at 2005-07-23 00:40
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1243446&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: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Shane (shane04)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug with mailman version 2.1.5p1
Initial Comment:
Hello,
We are experiencing a bug with mailman 2.1.5p1. The
users get the "bug" messages when inviting someone to a
list. The error message is given below:
==================================
Bug in Mailman version 2.1.5p1
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/cpanel/3rdparty/mailman/scripts/driver",
line 87, in run_main
main()
File
"/usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/confirm.py",
line 114, in main
subscription_cancel(mlist, doc, cookie)
File
"/usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/confirm.py",
line 312, in subscription_cancel
userdesc = mlist.pend_confirm(cookie)[1]
File
"/usr/local/cpanel/3rdparty/mailman/Mailman/Pending.py",
line 141, in pend_confirm
assert self.Locked()
AssertionError
Python information:
Variable
Value
sys.version
2.3.3 (#1, May 7 2004, 10:31:40) [GCC 3.3.3 20040412
(Red Hat Linux 3.3.3-7)]
sys.executable
/usr/bin/python2
sys.prefix
/usr
sys.exec_prefix
/usr
sys.path
/usr
sys.platform
linux2
Environment variables:
Variable
Value
HTTP_REFERER
http://cbnaishalom.org/mailman/confirm/cbnaishalom_cbnaishalom.org/53b2bb10…
SERVER_SOFTWARE
Apache
SCRIPT_NAME
/mailman/confirm
REQUEST_METHOD
POST
PATH_INFO
/cbnaishalom_cbnaishalom.org
SERVER_PROTOCOL
HTTP/1.1
QUERY_STRING
CONTENT_LENGTH
117
HTTP_USER_AGENT
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us)
AppleWebKit/312.1 (KHTML, like Gecko) Safari/312
HTTP_CONNECTION
close
HTTP_COOKIE
cbnaishalom_cbnaishalom.org+admin=280200000069b7d9de427328000000326533626330333
SERVER_NAME
www.cbnaishalom.org
REMOTE_ADDR
68.116.166.167
PATH_TRANSLATED
/home/cbnaisha/public_html/cbnaishalom_cbnaishalom.org
SERVER_PORT
80
SERVER_ADDR
209.151.88.6
DOCUMENT_ROOT
/home/cbnaisha/public_html
PYTHONPATH
/usr/local/cpanel/3rdparty/mailman
SCRIPT_FILENAME
/usr/local/cpanel/3rdparty/mailman/cgi-bin/confirm
SERVER_ADMIN
webmaster(a)cbnaishalom.org
HTTP_HOST
cbnaishalom.org
REQUEST_URI
/mailman/confirm/cbnaishalom_cbnaishalom.org
HTTP_ACCEPT
*/*
GATEWAY_INTERFACE
CGI/1.1
REMOTE_PORT
64561
HTTP_ACCEPT_LANGUAGE
en-us
CONTENT_TYPE
application/x-www-form-urlencoded
HTTP_ACCEPT_ENCODING
gzip, deflate
==============================
Please let me know the fix for this. Thank you.
----------------------------------------------------------------------
>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2005-07-24 16:16
Message:
Logged In: YES
user_id=12800
We can't help you with cpanel, but they should update to
Mailman 2.1.6, which I believe will fix this problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1243446&group_…
Bugs item #1243472, was opened at 2005-07-23 06:53
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=1243472&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: littlefilbert (littlefilbert)
Assigned to: Nobody/Anonymous (nobody)
Summary: Follow-up
Initial Comment:
I've done that and it works now.
One last question that I have: Is it possible to
configure a virtual domain in such a way that a list
subscriber could confirm his intent to subscribe to a
list by responding to an email rather than going
through the web interface? The problem that I have now
is that such a confirmation is not delivered to the
mailman because the address
mailman-something(a)my.virtual.domain does not have a
user with that login name. Is this normal or I could
do something to work around it?
Many thanks in advance!
Sincerely,
Roy
SourceForge.net wrote:
>> Comment By: Barry A. Warsaw (bwarsaw)
>
>
> Date: 2005-07-20 08:13
>
> Message:
> Logged In: YES user_id=12800
>
> Read this:
>
> http://www.list.org/mailman-install/node13.html
>
> and also run bin/check_perms
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1243472&group_…
Bugs item #1243446, was opened at 2005-07-23 04:40
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=1243446&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: Shane (shane04)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug with mailman version 2.1.5p1
Initial Comment:
Hello,
We are experiencing a bug with mailman 2.1.5p1. The
users get the "bug" messages when inviting someone to a
list. The error message is given below:
==================================
Bug in Mailman version 2.1.5p1
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/cpanel/3rdparty/mailman/scripts/driver",
line 87, in run_main
main()
File
"/usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/confirm.py",
line 114, in main
subscription_cancel(mlist, doc, cookie)
File
"/usr/local/cpanel/3rdparty/mailman/Mailman/Cgi/confirm.py",
line 312, in subscription_cancel
userdesc = mlist.pend_confirm(cookie)[1]
File
"/usr/local/cpanel/3rdparty/mailman/Mailman/Pending.py",
line 141, in pend_confirm
assert self.Locked()
AssertionError
Python information:
Variable
Value
sys.version
2.3.3 (#1, May 7 2004, 10:31:40) [GCC 3.3.3 20040412
(Red Hat Linux 3.3.3-7)]
sys.executable
/usr/bin/python2
sys.prefix
/usr
sys.exec_prefix
/usr
sys.path
/usr
sys.platform
linux2
Environment variables:
Variable
Value
HTTP_REFERER
http://cbnaishalom.org/mailman/confirm/cbnaishalom_cbnaishalom.org/53b2bb10…
SERVER_SOFTWARE
Apache
SCRIPT_NAME
/mailman/confirm
REQUEST_METHOD
POST
PATH_INFO
/cbnaishalom_cbnaishalom.org
SERVER_PROTOCOL
HTTP/1.1
QUERY_STRING
CONTENT_LENGTH
117
HTTP_USER_AGENT
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us)
AppleWebKit/312.1 (KHTML, like Gecko) Safari/312
HTTP_CONNECTION
close
HTTP_COOKIE
cbnaishalom_cbnaishalom.org+admin=280200000069b7d9de427328000000326533626330333
SERVER_NAME
www.cbnaishalom.org
REMOTE_ADDR
68.116.166.167
PATH_TRANSLATED
/home/cbnaisha/public_html/cbnaishalom_cbnaishalom.org
SERVER_PORT
80
SERVER_ADDR
209.151.88.6
DOCUMENT_ROOT
/home/cbnaisha/public_html
PYTHONPATH
/usr/local/cpanel/3rdparty/mailman
SCRIPT_FILENAME
/usr/local/cpanel/3rdparty/mailman/cgi-bin/confirm
SERVER_ADMIN
webmaster(a)cbnaishalom.org
HTTP_HOST
cbnaishalom.org
REQUEST_URI
/mailman/confirm/cbnaishalom_cbnaishalom.org
HTTP_ACCEPT
*/*
GATEWAY_INTERFACE
CGI/1.1
REMOTE_PORT
64561
HTTP_ACCEPT_LANGUAGE
en-us
CONTENT_TYPE
application/x-www-form-urlencoded
HTTP_ACCEPT_ENCODING
gzip, deflate
==============================
Please let me know the fix for this. Thank you.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1243446&group_…
Bugs item #1242450, was opened at 2005-07-21 18:18
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=1242450&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: Ian Eiloart (ianeiloart)
Assigned to: Nobody/Anonymous (nobody)
Summary: Scrubber URLs not properly delimited
Initial Comment:
The URLs inserted by the scrubber are not properly delimited. I've
seen instances where Apple Mail tried to fetch a URL like this, for
example:
http://mail.sussex.ac.uk/mailman/private/iant-test5/attachments/
20050721/3533d8c6/
uscsbullet.png____________________________
Where the underscores came from the list signature.
Wrapping the URLs in angle brackets, in accordance with the
recommendation of the appendix of http://www.faqs.org/rfcs/
rfc1738.html fixes this problem.
Here's a diff (-e) of Mailman/Handlers/Scrubber.py which seems to
do the job:
313c
Url : <%(url)s>
.
280c
Url: <%(url)s>
.
259c
URL: <%(url)s>
.
233c
URL: <%(url)s>
.
205c
Url: <%(url)s>
.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1242450&group_…