Is there an easy way to extract all the addresses which have been marked as
follows in a mailman list setup - but for all lists?
i.e. extract all addresses which are listed in:
- banned from subscribing to the list
- automatically reject posts from $these_addresses
- automatical
Instituto de Ingenieria Área de Sistemas Unix/Linux wrote:
>hello, until recently i managed a succesful mailman 2.1.7 mailing list in a
>Suse 9.2 machine with Apache2, but last week i installed a patch for
>apache2, and since then ive been having the following problem when someone
>tries to enter
Mark Sapiro wrote:
>
>The only way to do this that I can think of is to have the authorized
>posters post from an alias which is not a list member and moderate all
>the members. Then set member_moderation_action to reject or discard
>and set generic_nonmember_action to hold. This may not be a solut
Dave Troiano wrote:
>
>When I try to do this, I receive the following error
>message:
>
>"Note: The list administrator may not view the other
>subscriptions for
>this
>user."
>
>It seems like this should work, and I should not be
>receiving this
>error
>message.
Why should the admin of one list
Torsten Krah wrote:
>Hello, is it possible to get it configured that no one can subscribe to
>the list - all subscribtion have to be done by an admin?
>
>I can choose confirm, approval or both - but is there a way to get
>"none" ( beside blocking the webinterface for subscrption or removing
>the s
Stefan Grote wrote:
>i don't touch the config. its ah fresh install from a Debian packet...
>any ideas anyway?
Try changing
STEALTH_MODE = 1
to
STEALTH_MODE = 0
in scripts/driver and see if that gets you a more informative message.
Also check the web server error log.
If you're still stuck,
Frederik Questier wrote:
>
>I can get adaptions of the templates nicely working,
>but I can't get any of these interpreted:
>
>%(datestr_html)s in mailman/templates/en/archidxentry.html
>%(description)sin mailman/templates/en/archtocnombox.html
>%(subject_prefix)s in mailman/templates/en/arch
In a flurry of recycled electrons, Zbigniew Szalbot wrote:
> I have a problem installing mailman under FreeBSD 6.1. When I go to ports
> to install mailman, it gives me an error message about invalid checksum.
> Could anyone offer any advice on how to install mailman? I tried deleting
> the dis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Zbigniew Szalbot wrote:
> Hello,
>
> I have a problem installing mailman under FreeBSD 6.1. When I go to ports
> to install mailman, it gives me an error message about invalid checksum.
>
> Distinfo file shows the following):
>
> MD5 (mailman/mailm
hello, until recently i managed a succesful mailman 2.1.7 mailing list in a
Suse 9.2 machine with Apache2, but last week i installed a patch for
apache2, and since then ive been having the following problem when someone
tries to enter to the admin page with internet explorer 6 (NOTE: Im using
ssl
Justin Zygmont sent the message below at 15:28 9/19/2006:
>ok, thanks. Here is a paste of the message sources. These both don't
>show up as HTML in thunderbird for some reason, I guess mailman may not
>be the cause? Messages below were each shortened to save size.
>
>
>Emailed directly to me:
>
Mark Sapiro wrote:
> Justin Zygmont wrote:
>
>>The messages appear as HTML code, and do not display an HTML looking
>>email when it arrives to the subscribers.
>
>
>
> This indicates that the MIME structure of the message has somehow been
> corrupted or you are looking at a 'plain' format dige
Hello,
I have a problem installing mailman under FreeBSD 6.1. When I go to ports
to install mailman, it gives me an error message about invalid checksum.
Distinfo file shows the following):
MD5 (mailman/mailman-2.1.9rc1.tgz) = 26c94b95b0ce3b4403314dbc900f672d
SHA256 (mailman/mailman-2.1.9rc1.tg
Hi all,
As list admin for over 90 lists, I have the need to
frequently perform an inquiry to see which lists a
member is subscribed to.
As suggest here, this option is an ideal solution:
>>>
By extension, an admin of any list can go to the
membership list pages
and click any members address to
Oops, sent my reply to only Ron when I meant to also send to the
list. My apologies to Ron for him receiving this twice.
Ron Brogden wrote:
>Hello. A list maintainer on a server I look after was reporting lost digests
>when sending to Shaw Cable addresses. I received the following from the Shaw
Hello. A list maintainer on a server I look after was reporting lost digests
when sending to Shaw Cable addresses. I received the following from the Shaw
admins today on why this was occurring:
Our AntiSpam
software is experiencing difficulties when scanning some of your d
Hello, is it possible to get it configured that no one can subscribe to
the list - all subscribtion have to be done by an admin?
I can choose confirm, approval or both - but is there a way to get
"none" ( beside blocking the webinterface for subscrption or removing
the subscribe alias at MTA level
Stefan Grote wrote:
> Mark Sapiro schrieb:
>
>
>> Stefan Grote wrote:
>>
>>
>>
>>> okay, but my Mailman error log is empty and my apache logs are empty too.
>>>
>>>
>>>
>> This can happen for a few reasons, but the most likely is a syntax
>> error in mm_cfg.py.
>>
>>
>>
>>
Mark Sapiro schrieb:
>Stefan Grote wrote:
>
>
>>okay, but my Mailman error log is empty and my apache logs are empty too.
>>
>>
>
>
>This can happen for a few reasons, but the most likely is a syntax
>error in mm_cfg.py.
>
>
>
i don't touch the config. its ah fresh install from a Debian pa
> couple of users to the mailman group, I've tried the chmod g+s for all
> the scripts. All to no effect. I'm beginning to wonder if it may be a
> systems issue--something wrong with the way it's handling group permissions.
Scripts can't be run under setuid/setgid on *nix systems. You may hav
Mark Sapiro wrote:
> Anne Ramey wrote:
>
>
I have my php script running as a user in the mailman group, but when I
try to do:
//add user to Admin email list
$command = "/usr/local/mailman/bin/add_members -r ".$Filename."
admins";
system($command, $status)
Mark Sapiro wrote:
> Anne Ramey wrote:
>
>
I have my php script running as a user in the mailman group, but when I
try to do:
//add user to Admin email list
$command = "/usr/local/mailman/bin/add_members -r ".$Filename."
admins";
system($command, $status)
Mark Sapiro wrote:
> Anne Ramey wrote:
>
>
I have my php script running as a user in the mailman group, but when I
try to do:
//add user to Admin email list
$command = "/usr/local/mailman/bin/add_members -r ".$Filename."
admins";
system($command, $status)
Hi,
I want to have the date of the messages displayed in the archive index entry
and the description or the subject_prefix of the list in the archive toc.
I can get adaptions of the templates nicely working,
but I can't get any of these interpreted:
%(datestr_html)s in mailman/templates/en/arc
24 matches
Mail list logo