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
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
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
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
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
[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
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
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
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
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
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
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
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
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 -
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
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 "
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
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
18 matches
Mail list logo