Patches item #543945, was opened at 2002-04-15 04:25
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543945&group_id…
Category: Web UI
Group: Mailman 2.0.x
Status: Closed
Resolution: None
Priority: 5
Submitted By: Adi Fairbank (adifairbank)
Assigned to: Nobody/Anonymous (nobody)
Summary: easily disable display of sponsorlogos
Initial Comment:
Creates a new boolean configuration variable in
Defaults.py called DISABLE_SPONSOR_LOGOS (to be
overridden in mm_cfg.py) which quickly disables display
of sponsor logos. You no longer need to hack
htmlformat.py.
Patch is against version 2.0.8.
----------------------------------------------------------------------
>Comment By: Adi Fairbank (adifairbank)
Date: 2002-05-01 20:58
Message:
Logged In: YES
user_id=515566
I will port the patch to 2.1 once I get a chance to upgrade.
----------------------------------------------------------------------
Comment By: Barry Warsaw (bwarsaw)
Date: 2002-05-01 20:43
Message:
Logged In: YES
user_id=12800
No file is attached. Did you forget to check the "upload &
attach file" checkbox?
Do you feel like porting your patch to MM2.1?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543945&group_id…
Patches item #413257, was opened at 2001-04-02 23:08
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=413257&group_id…
Category: command line scripts
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Marc Merlin (marcmerlin)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch to allow for mass unsubscribes
Initial Comment:
It allows you to unsubscribe Emails from all your
mailing lists at once.
I ran it on 10,000+ lists on sourceforge, and it ran
in less than 10mn, which beats my wrapper shell script
by one order of magnitude or two.
(the patch adds a special list name '_alllists_')
Here's what it looks like:
usw-sf-list1:/var/local/mailman/bin# time
./remove_members -f /tmp/badmails _alllists_
User `gb(a)viscomvisual.com' removed from list
`berlin-fresco'
User `jprice(a)chiinc.com' removed from list
`foxgui-announce'
User `bmcgroarty(a)high-voltage.com' removed from list
`freenet-announce'
User `Wilhelm.Pastoors(a)vetmed.uni-giessen.de' removed
from list `gump-develop'
User `oscu(a)sina.com' removed from list
`linux-usb-devel'
User `mehdi-laurent.akkar(a)fr.delarue.com' removed from
list `madchat-annonces'
User `ras(a)colltech.com' removed from list
`sendpage-devel'
User `mkimball(a)pdi.com' removed from list
`utah-glx-cvs'
User `mkimball(a)pdi.com' removed from list
`utah-glx-dev'
User `mkimball(a)pdi.com' removed from list
`utah-glx-users'
User `brianp(a)pdi.com' removed from list `vacm-develop'
User `guido(a)comlog.nl' removed from list
`wxwindows-users'
User `frekytah(a)jono.com' removed from list
`solar-empire-developer'
User `dan(a)dar.net' removed from list `xemacs-winnt'
real 7m26.294s
user 1m9.120s
sys 1m10.640s
----------------------------------------------------------------------
>Comment By: Marc Merlin (marcmerlin)
Date: 2002-05-01 20:57
Message:
Logged In: YES
user_id=6500
This was rewritten and integrated in mailman 2.1 cvs
----------------------------------------------------------------------
Comment By: Marc Merlin (marcmerlin)
Date: 2001-12-12 17:11
Message:
Logged In: YES
user_id=6500
Ooops, wrong file. Uploading the real diff.
----------------------------------------------------------------------
Comment By: Marc Merlin (marcmerlin)
Date: 2001-12-12 17:09
Message:
Logged In: YES
user_id=6500
New version of the patch against mailman cvs
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=413257&group_id…
Patches item #543943, was opened at 2002-04-15 04:22
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543943&group_id…
Category: Web UI
Group: Mailman 2.0.x
Status: Closed
Resolution: None
Priority: 5
Submitted By: Adi Fairbank (adifairbank)
Assigned to: Nobody/Anonymous (nobody)
>Summary: removes redundant "<BODY " tag
Initial Comment:
In htmlformat.Document.Format(), an extra "<BODY " tag
is appended. Looks like a typo.
----------------------------------------------------------------------
>Comment By: Adi Fairbank (adifairbank)
Date: 2002-05-01 20:56
Message:
Logged In: YES
user_id=515566
Sorry, I just attached the patch. Don't know if it's
relevant for MM2.1.. I haven't installed that yet.
----------------------------------------------------------------------
Comment By: Barry Warsaw (bwarsaw)
Date: 2002-05-01 20:47
Message:
Logged In: YES
user_id=12800
No patch was attached. Is this still relevant for MM2.1?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543943&group_id…
Patches item #543943, was opened at 2002-04-15 04:22
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543943&group_id…
Category: Web UI
Group: Mailman 2.0.x
Status: Closed
Resolution: None
Priority: 5
Submitted By: Adi Fairbank (adifairbank)
Assigned to: Nobody/Anonymous (nobody)
>Summary: removes redundant "<BODY " tag
Initial Comment:
In htmlformat.Document.Format(), an extra "<BODY " tag
is appended. Looks like a typo.
----------------------------------------------------------------------
Comment By: Barry Warsaw (bwarsaw)
Date: 2002-05-01 20:47
Message:
Logged In: YES
user_id=12800
No patch was attached. Is this still relevant for MM2.1?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543943&group_id…
Patches item #543945, was opened at 2002-04-15 04:25
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543945&group_id…
Category: Web UI
Group: Mailman 2.0.x
Status: Closed
Resolution: None
Priority: 5
Submitted By: Adi Fairbank (adifairbank)
Assigned to: Nobody/Anonymous (nobody)
>Summary: easily disable display of sponsorlogos
Initial Comment:
Creates a new boolean configuration variable in
Defaults.py called DISABLE_SPONSOR_LOGOS (to be
overridden in mm_cfg.py) which quickly disables display
of sponsor logos. You no longer need to hack
htmlformat.py.
Patch is against version 2.0.8.
----------------------------------------------------------------------
Comment By: Barry Warsaw (bwarsaw)
Date: 2002-05-01 20:43
Message:
Logged In: YES
user_id=12800
No file is attached. Did you forget to check the "upload &
attach file" checkbox?
Do you feel like porting your patch to MM2.1?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543945&group_id…
Patches item #543943, was opened at 2002-04-15 00:22
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543943&group_id…
Category: Web UI
Group: Mailman 2.0.x
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Adi Fairbank (adifairbank)
Assigned to: Nobody/Anonymous (nobody)
>Summary: removes redundant "<BODY " tag
Initial Comment:
In htmlformat.Document.Format(), an extra "<BODY " tag
is appended. Looks like a typo.
----------------------------------------------------------------------
>Comment By: Barry Warsaw (bwarsaw)
Date: 2002-05-01 16:47
Message:
Logged In: YES
user_id=12800
No patch was attached. Is this still relevant for MM2.1?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543943&group_id…
logos
Patches item #543945, was opened at 2002-04-15 00:25
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543945&group_id…
Category: Web UI
Group: Mailman 2.0.x
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Adi Fairbank (adifairbank)
Assigned to: Nobody/Anonymous (nobody)
Summary: easily disable display of sponsor
logos
Initial Comment:
Creates a new boolean configuration variable in
Defaults.py called DISABLE_SPONSOR_LOGOS (to be
overridden in mm_cfg.py) which quickly disables display
of sponsor logos. You no longer need to hack
htmlformat.py.
Patch is against version 2.0.8.
----------------------------------------------------------------------
Comment By: Barry Warsaw (bwarsaw)
Date: 2002-05-01 16:43
Message:
Logged In: YES
user_id=12800
No file is attached. Did you forget to check the "upload &
attach file" checkbox?
Do you feel like porting your patch to MM2.1?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543945&group_id…
logos
Patches item #543945, was opened at 2002-04-15 00:25
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543945&group_id…
Category: Web UI
Group: Mailman 2.0.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Adi Fairbank (adifairbank)
Assigned to: Nobody/Anonymous (nobody)
>Summary: easily disable display of sponsor
logos
Initial Comment:
Creates a new boolean configuration variable in
Defaults.py called DISABLE_SPONSOR_LOGOS (to be
overridden in mm_cfg.py) which quickly disables display
of sponsor logos. You no longer need to hack
htmlformat.py.
Patch is against version 2.0.8.
----------------------------------------------------------------------
>Comment By: Barry Warsaw (bwarsaw)
Date: 2002-05-01 16:43
Message:
Logged In: YES
user_id=12800
No file is attached. Did you forget to check the "upload &
attach file" checkbox?
Do you feel like porting your patch to MM2.1?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300103&aid=543945&group_id…
Bugs item #214205, was opened at 2000-09-11 22:25
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100103&aid=214205&group_id…
Category: nntp/news
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Barry Warsaw (bwarsaw)
Summary: e-mail<->usenet gateway Reply-To header (PR#303)
Initial Comment:
Jitterbug-Id: 303
Submitted-By: orion(a)tribble.dyndns.org
Date: Mon, 24 Jul 2000 18:54:02 -0400 (EDT)
Version: 2.0beta4
OS: Debian linux potato
I'm running a plain e-mail<->usenet gateway.
When someone replies to a usenet post through the list, his e-mail client sets
an In-Reply-To: header instead of a Reply-To: header. This causes newsreaders to
improperly thread messages.
I inserted the following bit into Mailman/Handlers/ToUsenet.py at around line
82:
# if the message is a reply to a previous post, change the header so
# that newsreaders can thread it properly
if msg.getheader('in-reply-to'):
msg.headers.append('References: %s\n' % msg.getheader('in-reply-to'))
del msg['in-reply-to']
I'm happy to say that this solved the problem.
(before you laugh at me, take note that I never looked at python before.)
====================================================================
Audit trail:
None
----------------------------------------------------------------------
Comment By: Giovanni Lopedote (giuans)
Date: 2002-05-01 14:34
Message:
Logged In: YES
user_id=531451
What a coincidence! I had the same problem and I looked
into the code, then modified it to work properly. The
coincidence is that my patch is *identical* to yours. So,
for sure it works :-)
----------------------------------------------------------------------
Comment By: Barry Warsaw (bwarsaw)
Date: 2000-09-27 23:00
Message:
RFC 2076 says nothing about using In-Reply-To for news, so it might not be a bad idea to copy In-Reply-To to References when gating a message from mail to news.
----------------------------------------------------------------------
Comment By: Barry Warsaw (bwarsaw)
Date: 2000-09-19 18:48
Message:
This sounds like the email client in question is broken. Mine for example, correctly inserts References: headers and the news readers properly thread the messages. I'm not inclined to cater to broken email or news clients.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100103&aid=214205&group_id…