Mark Sapiro wrote:
>I know I've seen a note somewhere about this, but I can't find it at
>the moment. The best place I can think of off hand, which might be
>wrong, is to send them to the mailman-developers@python.org list.
>
The mailman-developers list is a closed list now. You have to subscribe
Mark Sapiro Wrote:
>
>modify your
>withlist script along the lines of the following (off the top of my
>head, really quick - no testing, no warranty)
>
>
>###maxmessagesize.py
>### determines maximum message size allowed to select lists
>### useage: withlist -l -r maxmessagesize
Of course, this ne
Christopher Adams wrote:
>I would like to change the max_message_size for a group of lists. I plan to
>use withlist to do this.
>I have the withlist command below and can do it with all lists or 1 list but
>am unsure how to do it
>with a group of lists, whose names are currently in a text file
I would like to change the max_message_size for a group of lists. I plan to use
withlist to do this.
I have the withlist command below and can do it with all lists or 1 list but am
unsure how to do it
with a group of lists, whose names are currently in a text file. I probably
could do it using
George Booth wrote:
>- Original Message -
>From: "Brad Knowles" <[EMAIL PROTECTED]>
>>
>> Why not instead have the following in mm_cfg.py:
>>
>> ADMIN_CATEGORIES = [
>> # First column
>> 'general', 'passwords', 'language', 'members', 'nondigest', 'digest',
>> # Second column
>>
Brad Knowles wrote:
>At 5:38 PM -0400 2005-05-18, Charles Sprickman wrote:
>
>> I'm handy with PHP and perl, but I've never dug into Python at all. What
>> can you folks recommend as far as a crash-course in Python?
>
> One way I've found that really focuses your mind really, really
>wel
John W. Baxter wrote:
>
>I really thought the Original Poster enquired about maximum message size,
>not archiving. Perhaps I missed a transition.
Yup. The OP did ask about maximum message size, but George Booth
brought up Archiving.
Then I got carried away because if you remove the archive Yes|N
Brad Knowles wrote:
>At 2:09 PM -0700 2005-05-18, Mark Sapiro wrote:
>
>> ADMIN_CATEGORIES.remove('archive')
>
> Why not instead have the following in mm_cfg.py:
>
>ADMIN_CATEGORIES = [
> # First column
> 'general', 'passwords', 'language', 'members', 'nondigest', 'digest',
> #
At 5:38 PM -0400 2005-05-18, Charles Sprickman wrote:
> I'm handy with PHP and perl, but I've never dug into Python at all. What
> can you folks recommend as far as a crash-course in Python?
One way I've found that really focuses your mind really, really
well is to hack on your produc
On Wed, 18 May 2005, Brad Knowles wrote:
> At 2:09 PM -0700 2005-05-18, Mark Sapiro wrote:
>
>> ADMIN_CATEGORIES.remove('archive')
>
> Why not instead have the following in mm_cfg.py:
>
> ADMIN_CATEGORIES = [
> # First column
> 'general', 'passwords', 'language', 'members', 'nondige
- Original Message -
From: "Brad Knowles" <[EMAIL PROTECTED]>
To: "Mark Sapiro" <[EMAIL PROTECTED]>
Cc: "Mark Sapiro" <[EMAIL PROTECTED]>; "George Booth" <[EMAIL PROTECTED]>;
Sent: Wednesday, May 18, 2005 4:23 PM
Subject: Re: [Mailman-Users] Setting sitewide defaults that can't be
chang
On 5/18/05 2:09 PM, "Mark Sapiro" <[EMAIL PROTECTED]> wrote:
> Mark Sapiro wrote:
>>
>> Alternatively, I *think* (Warning! I don't know what I'm talking about)
>> you can just remove the Mailman/Gui/Archive.py* files alltogether AND
>> put
>>
>> ARCHIVE_CATEGORIES.remove('archive')
>> DEFAULT_AR
At 2:09 PM -0700 2005-05-18, Mark Sapiro wrote:
> ADMIN_CATEGORIES.remove('archive')
Why not instead have the following in mm_cfg.py:
ADMIN_CATEGORIES = [
# First column
'general', 'passwords', 'language', 'members', 'nondigest', 'digest',
# Second column
# Old versi
Mark Sapiro wrote:
>
>Alternatively, I *think* (Warning! I don't know what I'm talking about)
>you can just remove the Mailman/Gui/Archive.py* files alltogether AND
>put
>
>ARCHIVE_CATEGORIES.remove('archive')
>DEFAULT_ARCHIVE = Off
>
>in mm_cfg.py to remove the Archiving Options completely and def
At 3:21 PM -0500 2005-05-18, George Booth wrote:
> That would explain why I couldn't find it. So, it's a binary code, not conf
> files or anything I can directly edit. Not very convenient, eh? Anyway,
> thanks for the info. :)
No, it's not binary code. Mailman is written in Python. P
George Booth wrote:
>- Original Message -
>From: "Brad Knowles" <[EMAIL PROTECTED]>
>>
>> It's not a "GUI file". It is the GUI as created by the Python programs
>> that generate the required HTML. So, you're talking about hacking Python
>> code.
>
>That would explain why I couldn't f
- Original Message -
From: "Brad Knowles" <[EMAIL PROTECTED]>
To: "George Booth" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, May 18, 2005 3:04 PM
Subject: Re: [Mailman-Users] Setting sitewide defaults that can't be
changed?
> At 2:52 PM -0500 2005-05-18, George Booth wrote:
>
>> Where is
At 2:52 PM -0500 2005-05-18, George Booth wrote:
> Where is the GUI file kept? I have a need to remove the option from the GUI
> allowing users to activate their archives (we don't allow them because of
> performance degradation with email when Mailman archives), but have no idea
> where the G
At 3:03 PM -0400 2005-05-18, Mike Alberghini wrote:
> I'm the admin of a Mailman server that is quickly running out of disk space.
> One of the solutions our fearless leader wants to implement is a sitewide
> limit on message size. I know I can set a default limit in mm_cfg.py, but
> the list
- Original Message -
From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "Mike Alberghini" <[EMAIL PROTECTED]>;
Sent: Wednesday, May 18, 2005 2:27 PM
Subject: Re: [Mailman-Users] Setting sitewide defaults that can't be
changed?
> You can modify the GUI to remove the option from the web interfa
Mike Alberghini wrote:
>I'm the admin of a Mailman server that is quickly running out of disk space.
>One of the solutions our fearless leader wants to implement is a sitewide
>limit on message size. I know I can set a default limit in mm_cfg.py, but
>the list owners can always change that. Is
I'm the admin of a Mailman server that is quickly running out of disk space.
One of the solutions our fearless leader wants to implement is a sitewide
limit on message size. I know I can set a default limit in mm_cfg.py, but
the list owners can always change that. Is there a way to lock certain
Sub Zero wrote:
>Where does mailman get those returns? I might try modifying some of the
>scripts.
It's all handled in Mailman/Bouncers/ starting with
Mailman/Bouncers/BouncerAPI.py. All you need to do is add a new
handler and put it in BOUNCE_PIPLINE. See
Mailman/Bouncers/BouncerAPI.py for more
Yess... Exactly :) Thank you for clarifying my message. Wrote that one and
went directly to bed...
For this, I have tried subscribing to the -devel*s list but it's got
rejected...
Ps: He :D
-Original Message-
From: Mark Sapiro [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 18, 2005 7:06
Where does mailman get those returns? I might try modifying some of the
scripts.
-Original Message-
From: Brad Knowles [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 18, 2005 11:38 AM
To: Sub Zero
Cc: mailman-users@python.org
Subject: Re: [Mailman-Users] Automatic processing
At 9:30 AM +
Brad Knowles wrote:
>At 9:30 AM +0300 2005-05-18, Sub Zero wrote:
>
>> I have some emails that have missed the automatic bounce processor and got
>> sent to listadmin. Where should I send those bounced emails?
>
> You need to look at them and decide how to deal with them yourself.
I thin
This AM I turned off SELinux and the firewall entirely. I then ran
check_perms, and there were 4 errors, all but 1 with the cgi scripts.
Apparently the whole cgi-bin folder had a group mismatch (something I
did "to fix things" before I realized most of them actually worked and
I forgot to chang
> I've been searching around the web and i found only the "rmlist -a" tool
> to delete archives. Is there a way to delete archives without deleting
> lists ?
Sure:
bin/arch --wipe listname /dev/null
Depending on how you run this, you might have to fix perms on the archive
mailboxes before you c
> Have you tried simply using "rm" on the archive mailbox files and
> the archive directory structure?
Nope. First, i was looking for a clean way to do it (with web interface
by instance).
I've found this that tells to rm some files.
http://mail.python.org/pipermail/mailman-users/2004-May/
At 10:32 AM +0200 2005-05-18, Fabrice Régnier wrote:
> I've been searching around the web and i found only the "rmlist -a" tool
> to delete archives. Is there a way to delete archives without deleting
> lists ?
Have you tried simply using "rm" on the archive mailbox files and
the arch
At 9:30 AM +0300 2005-05-18, Sub Zero wrote:
> I have some emails that have missed the automatic bounce processor and got
> sent to listadmin. Where should I send those bounced emails?
You need to look at them and decide how to deal with them yourself.
--
Brad Knowles, <[EMAIL PROTEC
At 2:13 AM -0400 2005-05-18, Jason wrote:
> If a user is signed upto multiple lists and the end of the month rolls
> around does the person get a email from each list or one email with the
> info for multiple lists in it.
They'll get one reminder e-mail for each e-mail address that
th
Hi to all ;)
I've been searching around the web and i found only the "rmlist -a" tool
to delete archives. Is there a way to delete archives without deleting
lists ?
regards,
f.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mai
On Tue, May 17, 2005 at 04:21:26PM +0200, Miguel Tarazona Belenguer wrote:
>> This is an old version of Mailman. Those attributes don't exist in
>> current versions, but assuming that current syntax might apply here, try
> The syntax does not work. I put the config directive in a file
> posters.co
34 matches
Mail list logo