[Mailman-Developers] Re: Indirect Spam Vulnerability

2003-06-20 Thread Donal Hunt
I've actually seen this result in a mail loop between two mailing lists on the same server (both moderated). As a result it can cause a DOS attack (slowing down the machine considerably). This was with Mailman 2.0, so 2.1 may resolve the problem... It's only happened once in 5 years (which i

Re: [Mailman-Developers] Another "uncaught bounce" that should havebeen (Martin Maechler)

2003-03-29 Thread Donal Hunt
The attachment doesn't seem to be available: http://mail.python.org/pipermail/mailman-developers/attachments/20030325/3fd79788/attachment.eml Is there a reason for that? Regards Donal DCU [EMAIL PROTECTED] wrote: > > Send Mailman-Developers mailing list submissions to > [EMAIL PROTECTE

[Mailman-Developers] possible bug [Digest Topic List]

2002-11-27 Thread Donal Hunt
This is the layout I'm getting for Mailman-Developers digest at the moment (mailman-2.1b5)... Is it supposed to wrap like that? Regards Donal DCU -- Today's Topics: 1. [ mailman-Patches-644129 ] Edit held message

Re: [Mailman-Developers] Alternate authentication mechanism (was ... RELEASED Mailman 2.1 beta 5)

2002-11-21 Thread Donal Hunt
On Thu, 21 Nov 2002, Marilyn Davis wrote: > > I'd like to see a different mechanism - when you want to change your account > > info, Mailman would email you a URL containing a short-lived session key > > that you could use to get to your account page. No passwords. > > Or, mailman can require a co

Re: [Mailman-Developers] Cute TMDA use

2002-07-30 Thread Donal Hunt
Dan Mick wrote: > > > The above would be great!! We currently have a problem with students > > (university environment) sending "spam" to hundreds of lists so they can > > find a room mate!! > > ...And note that this is an argument for list-specific (i.e. non-global) > whitelists, as "just beca

Re: [Mailman-Developers] Cute TMDA use

2002-07-30 Thread Donal Hunt
[EMAIL PROTECTED] wrote: > Subject: Re: [Mailman-Developers] Cute TMDA use > Date: Mon, 29 Jul 2002 22:29:29 -0400 > From: [EMAIL PROTECTED] (Barry A. Warsaw) > To: Chuq Von Rospach <[EMAIL PROTECTED]> > CC: J C Lawrence <[EM

[Mailman-Developers] Help on a code sample...

2002-05-26 Thread Donal Hunt
Hi there, I've written the following example handler for Mailman but have a bug that I can't for the life of me understand why it's happening... It's based on Personalize.py (yes, I'm aware it's deprecated, but it works for me. :-)) Basically. The email gets encrypted correctly for the first p

[Mailman-Developers] Auto response on -admin and -owner addresses [Mailman

2002-05-18 Thread Donal Hunt
Hey there... This doesn't seem to be working at present on my box... I've set the relevant option in the lists web interface but when someone sends mail to -owner or -admin, the sender doesn't get an auto-response back... The list owner/admin gets the mail just fine though... I'm using a fairl

[Mailman-Developers] Re: Web Interface

2002-05-17 Thread Donal Hunt
Solved this one as well... I needed to add the line from NewTab import NewTab into $prefix/Mailman/Gui/__init__.py d'oh!!! Later D. Donal Hunt wrote: > > I'm messing about with adding extra tabs to the admin pages, but running > into some trouble... > > I've

[Mailman-Developers] Web Interface

2002-05-17 Thread Donal Hunt
I'm messing about with adding extra tabs to the admin pages, but running into some trouble... I've created a file in the $prefix/Mailman/Gui/ directory - lets call it NewTab.py... I also added the class name (defined in NewTab.py) to mm_cfg.py (copying the default setting from Defaults.py). Howe

[Mailman-Developers] GLOBAL_PIPELINE

2002-05-17 Thread Donal Hunt
Quick question... Looking at the end of the pipeline, the last three processes are 'AfterDelivery', 'Acknowledge', and 'ToOutgoing'. From reading the comments in the 'AfterDelivery' and 'Acknowledge' source files I would have thought they should come after 'ToOutgoing'. Am i missing something in

[Mailman-Developers] Re: Message Pipeline

2002-05-15 Thread Donal Hunt
Just to answer my own mail... Nope - you don't need to put a "return msg" at the end of the "process" method. Later Donal DCU Donal Hunt wrote: > > Hey there... > > I'm doing some modifications to the Mailman pipeline at the moment - > adding a mo

[Mailman-Developers] Message Pipeline

2002-05-15 Thread Donal Hunt
Hey there... I'm doing some modifications to the Mailman pipeline at the moment - adding a module that I want that does some modifications to messages as they get processed. I'm pretty happy with my code so far but wanted to check do I return the modified message or just make the changes and ret

[Mailman-Developers] MemberAdaptor.py [missing line?]

2002-01-26 Thread Donal Hunt
MemberAdaptor.py [lines 119-124] def getMemberPassword(self, member): """Return the member's password. If the member KEY/LCE is not a member of the list, raise NotAMemberError. """ should there be a "raise NotImplemented" after the documentation stuff?? ie -

Re: [Mailman-Developers] Using pre-existing passwords along with mailman passwords?

2001-10-28 Thread Donal Hunt
that makes things nice and easy... Give us a shout if there's anything I can help with. Regards Donal Hunt Dublin City University [EMAIL PROTECTED] wrote: > Message: 3 > Date: Fri, 26 Oct 2001 08:32:29 -0700 > To: [EMAIL PROTECTED] > From: Jerry Stratton <[EMAIL PROTECTED]> &g

Re: [Mailman-Developers] New Pipermail hacks (was Re: Ok, it works! ...)

2001-10-28 Thread Donal Hunt
hey everyone... I was thinking of the security issues behind HTML encoded mail and one of the things that you could do is strip out all "

[Mailman-Developers] Bug: "very low level failure"

2001-10-09 Thread Donal Hunt
Hey... For once i'm completely stumped. History: --- Python 2.1.1 on Solaris 8 (Sparc Edtion). Apache 1.3.20. Installed Mailman 2.0.6 using: configure --prefix=/local/mailman \ --with-cgi-gid=webgroup \ --with-mail-gid=postfix \ --with

[Mailman-Developers] Re: Mailman and LDAP integration [was python-ldap and openldap 2.07]

2001-05-12 Thread Donal Hunt
Jens Vagelpohl wrote: > > > Have the authentication bit working at the moment. Having a think about > > how to store the mailman subscription information still. Whether to store > > the attributes (subscription type, nomail option, etc) as a sub-object of > > the person object or to have lots o