[Mailman-Users] Re: Managing Lists Remotely

2022-07-31 Thread Daniel Krause via Mailman-Users
Hmm, that's an option, if we can lock down the src address *Daniel Krause* *Head of IT* *Office: **+27 87 238 4238* <0872384238> *Mobile : **+971 55 418 4733* <0971554184733> *Email: **dan...@noldor.co.za* *Web: **www.noldor.co.za* <http://www.noldor.co.za/> On Fri,

[Mailman-Users] Managing Lists Remotely

2022-07-28 Thread Daniel Krause via Mailman-Users
naged mailman installation, so we do not have carte blanche on the server Regards *Daniel Krause* *Head of IT* *Office: **+27 87 238 4238* <0872384238> *Mobile : **+971 55 418 4733* <0971554184733> *Email: **dan...@noldor.co.za* *Web: **www.noldor.co.za* <htt

[Mailman-Users] Installation Question: Is a web server necessary ?

2021-04-29 Thread White, Daniel E. (GSFC-770.0)[NICS] via Mailman-Users
Can one use Mailman 3 without it being behind a web service ? I know the older MM can be managed by emailing commands to it. Does MM3 work like that as well ? Thanks. -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send

[Mailman-Users] Re: Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-10 Thread Daniel Botting
ender = 'root@host fqdn'     receivers = [mlist.moderator]     #receivers = ['my.directem...@domain.co.uk']     message = """ Daniel on list-test4     """     try:     smtpObj = smtplib.SMTP('

[Mailman-Users] Re: Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-08 Thread Daniel Botting
On 08/03/2021 17:17, Daniel Botting wrote: Hi, First of all thank you to both on this thread, appreciated and the applause :) I have updated the function as below: I run - withlist --all --run list_mod.change_moderator_password2 first.lastn...@domain.co.uk Function: def

[Mailman-Users] Change moderator or admin password (random) different for each list they were an admin or moderator for - Mailman 2.1

2021-03-04 Thread Daniel Botting
eal_name, owner)) mlist.Save() mlist.Unlock() This will go through all lists and change the administrator password to a randomly generated one, but as advised above it will set the same password (not what I want) I've put a print in for debugging so I can see what it w

[Mailman-Users] Re: Non-member regexps

2020-09-29 Thread Daniel Krause via Mailman-Users
$ ^.+@noldor\.co\.za$ On Wed, Sep 30, 2020 at 9:02 AM Daniel Krause wrote: > It would seem the issue was that the sending address was already listed as > a non-member with a default action > Tested after clearing out the non-member and its working now > > On Tue, Sep 29, 2020 at 7:29

[Mailman-Users] Re: Non-member regexps

2020-09-29 Thread Daniel Krause via Mailman-Users
It would seem the issue was that the sending address was already listed as a non-member with a default action Tested after clearing out the non-member and its working now On Tue, Sep 29, 2020 at 7:29 PM Mark Sapiro wrote: > On 9/29/20 5:38 AM, Daniel Krause via Mailman-Users wrote: > >

[Mailman-Users] Non-member regexps

2020-09-29 Thread Daniel Krause via Mailman-Users
2 examples I have tried ^.+@noldor\.co\.za$ ^[a-zA-Z0-9_.+-]+@(?:(?:[a-zA-Z0-9-]+\.)?[a-zA-Z]+\.)?noldor\.co\.za$ ^.+@gmail.com$ ^.*gmail\.com$ Regards -- *Daniel Krause* *Head of IT* *Office: **+27 87 238 4238* <0872384238> *Mobile : **+971 55 418 4733* <0971554184733> *

[Mailman-Users] Re: Upgrading from 2.1.12

2020-07-26 Thread Daniel Krause via Mailman-Users
gt; > > > > > On 7/22/20 12:54 AM, Daniel Krause via Mailman-Users wrote: > > > > > Good Day > > > > > > > > > > We have a running 2.1.12 installation that was done long ago via an > > > > > external consultant. > > >

[Mailman-Users] Re: Upgrading from 2.1.12

2020-07-22 Thread Daniel Krause via Mailman-Users
Thanks Mark On Wed, Jul 22, 2020 at 11:40 PM Mark Sapiro wrote: > On 7/22/20 12:54 AM, Daniel Krause via Mailman-Users wrote: > > Good Day > > > > We have a running 2.1.12 installation that was done long ago via an > > external consultant. > > It hasn't b

[Mailman-Users] Upgrading from 2.1.12

2020-07-22 Thread Daniel Krause via Mailman-Users
buntu EC2 instance Knowing very little about the structure etc of the data etc, what would be the best way to go about this? Regards -- *Daniel Krause* *Head of IT* *Office: **+27 87 238 4238* <0872384238> *Mobile : **+971 55 418 4733* <0971554184733> *Email: **dan...@no

[Mailman-Users] Clear list except 10 emails

2016-09-02 Thread Daniel Ettore via Mailman-Users
Hello. I need help to remove all users from a list , except 10 emails . remove_members -a LIST removes all and could not find an alternative. Suggestions ? Thank you Daniel -- Mailman-Users mailing list Mailman-Users@python.org https

Re: [Mailman-Users] How to stop mail-bombers from abusing web subscribe page

2015-07-16 Thread Daniel Miller
On Thu, Jul 16, 2015 at 2:19 PM, Mark Sapiro wrote: > On 7/16/15 11:42 AM, Daniel Miller wrote: > > Hi all, > > > > We have discovered "mail bomber" programs like "boom mail" abusing the > web > > "subscribe" feature of Mailman 2.1.15 t

[Mailman-Users] How to stop mail-bombers from abusing web subscribe page

2015-07-16 Thread Daniel Miller
Hi all, We have discovered "mail bomber" programs like "boom mail" abusing the web "subscribe" feature of Mailman 2.1.15 to send hundreds of subscription confirmation messages to addresses that then complain to us and report us as spammers. Is there a canonical way to deal with this? The ones we s

[Mailman-Users] Mapping member options from Mailman 2 to 3

2015-07-11 Thread Daniel Miller
Hello, I'm trying to migrate an existing list from Mailman 2 to Mailman 3, and I wanted to know more about user preferences and member options. Here is the mapping I have so far: Mailman 2: Mailman 3 realname: {address, user}.display_name password: user.password language: preferences.preferred_la

[Mailman-Users] Disabling privacy alert notifications

2014-02-14 Thread daniel
, and such people get these messages, often many times. For example: http://pastebin.com/P2pB66JS. How could we go about disabling such notifications for the customer? Thanks in advance, Daniel > Subject: Mailman privacy alert > Date: Fri, 07 Feb 2014 10:31:47 + > From:

[Mailman-Users] Mailman Qrunner process memory hungry

2013-11-14 Thread Daniel Galambos
Hi, I recently upgraded a maillist server from Debian Squeeze to Wheezy. We had no problem with it until the upgrade. In 1-2 weeks mailman's OutgoingRunner and BounceRunner processes eat all the memories and a lot of swap. The box has 1,5GB RAM and 2G swap. Mailman version is: 1:2.1.15-1 There a

[Mailman-Users] scripts and blog about virtual Mailman / Mailmen

2013-08-05 Thread Daniel Pocock
gards, Daniel -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www

[Mailman-Users] mailman vhost patch

2013-07-29 Thread Daniel Pocock
e.org One thing that is not clear from the documentation: the site list (e.g. mail...@lists.example.org). With vhosts, can/should there be a site list for each vhost? e.g. mail...@lists.example.org and mail...@lists.example.net should both exist as separate lists? Regards, D

Re: [Mailman-Users] aliases file: using globally unique user IDs (as in Sympa virtual domains)

2013-07-29 Thread Daniel Pocock
-- >Mailman-Users mailing list Mailman-Users@python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://wiki.list.org/x/AgA3 >Security Policy: http://wiki.list.org/x/QIA9 >Searchable Archives: >http://www.mail-archive.c

Re: [Mailman-Users] aliases file: using globally unique user IDs (as in Sympa virtual domains)

2013-07-29 Thread Daniel Pocock
On 29/07/13 17:53, Mark Sapiro wrote: > On 07/29/2013 08:35 AM, Daniel Pocock wrote: >> Migrating to Mailman, I'd like to do something like this: >> >> lists.example.org-list1: >> "|/var/lib/mailmen/lists.example.org/mail/mailman post list1" >> &

[Mailman-Users] aliases file: using globally unique user IDs (as in Sympa virtual domains)

2013-07-29 Thread Daniel Pocock
I currently run virtual domains with Sympa To get around the aliases file bottleneck and allow pure virtual hosting, Sympa uses the virtual aliases file to map the recipients like this: li...@lists.example.org lists.example.org-list1@myhostname and each of those entries is then matched

[Mailman-Users] pure virtual hosting - possible solution

2013-07-29 Thread Daniel Pocock
safely with pure virtual domains? Have other people implemented variations of this? Regards, Daniel -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x

Re: [Mailman-Users] archive_private locks up admin interface?

2011-11-23 Thread Daniel Griscom
At 10:32 PM -0800 11/22/11, Mark Sapiro wrote: Daniel Griscom wrote: In the Archiving Options page, I found the "archive_private" setting. >The description was a bit vague, but it seemed to be what I wanted, and currently was set to "public". So, I set it to "priva

[Mailman-Users] archive_private locks up admin interface?

2011-11-22 Thread Daniel Griscom
em even privately, so either making them private or getting rid of them completely would be fine by me. Of course, if the answer is "set archive_private to private", then I need help on a third item: 3) How can I debug Mailmain's problem with the archive_private se

Re: [Mailman-Users] trouble

2010-10-25 Thread Daniel Maher
file in Postfix : /etc/postfix$ grep ^alias_maps main.cf alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases -- Daniel Maher "The Internet is completely over." -- Prince -- Mailman-Users mailing list Mailman-Users@python.org http:

Re: [Mailman-Users] mailman web interface via reverse proxy ; hostname is set properly on list pages, but not on base listinfo

2010-09-19 Thread Daniel Maher
On 09/08/2010 05:42 PM, Mark Sapiro wrote: Daniel Maher wrote: For example, via http://proxy.dom.ain/mailman/admin/list all of the links on the page point (properly) to http://proxy.dom.ain/mailman/admin/list/* as expected ; all except the final "Overview of all ,x.dom.ain mailing lists&

Re: [Mailman-Users] Questions on subscription page.

2010-09-14 Thread Daniel Maher
about the various ways in which lists can be configured - this is the best way to understand the platform, its features, and its limitations. http://www.gnu.org/software/mailman/docs.html http://www.gnu.org/software/mailman/download.html -- Daniel Maher "The Internet is completely o

Re: [Mailman-Users] Help - postfix rejecting mailing list addresses.

2010-09-09 Thread Daniel Maher
et up. http://www.list.org/mailman-install/node13.html -- Daniel Maher "The Internet is completely over." -- Prince -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Ma

[Mailman-Users] mailman web interface via reverse proxy ; hostname is set properly on list pages, but not on base listinfo

2010-09-08 Thread Daniel Maher
ssReverse /mailman/ http://1.2.3.4/mailman/ Thank you for your kind consideration, and have a good day. -- Daniel Maher "The Internet is completely over." -- Prince -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/

Re: [Mailman-Users] some users recive email but they can't send

2010-07-06 Thread Daniel Hernandez
hable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > Unsubscribe: > http://mail.python.org/mailman/options/mailman-users/daniel%40degu.cl -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/m

[Mailman-Users] some users recive email but they can't send

2010-06-30 Thread Daniel Hernandez
list. -- Regards, Daniel H. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www

[Mailman-Users] track mail send to a mailing list

2009-11-09 Thread Daniel Ganea
I have a user that complains that he did not receive the mails, how can i check that? Is there a log for that? i've seen only this su logs that the message was sent to the list members: Nov 06 17:07:54 2009 (6726) post to infolist from infol...@.xxx, size=120216, message-id=, success but to tra

Re: [Mailman-Users] problem with unwanted moderation

2009-10-02 Thread Daniel Billotte
Hi Mark, that worked like a charm. Muchas gracias!! - daniel Mark Sapiro wrote: Daniel Billotte wrote: I have a list setup with all default configuration except that I have the "generic nonmember action" setting set to "Accept". The mailing list address is: dl_supp..

[Mailman-Users] dkim and email list software - potential solution

2009-10-02 Thread Daniel Black
ideas welcome. [1] http://wiki.list.org/display/DEV/DKIM -- Daniel Black Infrastructure Administrator CAcert signature.asc Description: This is a digitally signed message part. -- Mailman-Users mailing list Mailman-Users@python.org

[Mailman-Users] problem with unwanted moderation

2009-09-24 Thread Daniel Billotte
message to dl_supp...@foo.com it goes out to all the members, but if I send an email to supp...@foo.com, it ends up in the moderator queue. Is this supposed to work this way? If so, is there a way to change it? thanks, Daniel -- Mailma

[Mailman-Users] Spam filters and non-member posts

2009-07-11 Thread Daniel D Jones
I've been running a private list for several years with Mailman configured to reject posts from non-members without any issues. Recently, however, I've been getting spam with forged headers which purports to be from me. Since I'm a member of the list, they're allowed through. To deal with thi

Re: [Mailman-Users] mm_cfg.py in /usr : SELinux problem

2009-04-02 Thread Daniel Novotny
mm_cfg.py there's a note, that if you use SELinux, you have to run this script as root after you change the configuration what do you think about this? it's more of a work-around, but it can be a part of the mailman init script in /etc/init.d regards, Daniel Novotny > > -- >

[Mailman-Users] mm_cfg.py in /usr : SELinux problem

2009-04-01 Thread Daniel Novotny
/mailman/Mailman/ , too) I have thought about the way to fix this problem: simply moving the file to /etc or /var is not enough, because it's part of the package "Mailman" and lots of files say "from Mailman import mm_cfg" any thoughts of this? thanks and regards, Da

[Mailman-Users] List-Archive URL for private archives broken - the patch

2009-03-30 Thread Daniel Novotny
hello, somehow, the patch in the attachment did not appear in the mailing list, sending it here as plaintext: diff -up mailman-2.1.12/Mailman/Handlers/CookHeaders.py.privurl mailman-2.1.12/Mailman/Handlers/CookHeaders.py --- mailman-2.1.12/Mailman/Handlers/CookHeaders.py.privurl 2009-03-30

[Mailman-Users] List-Archive URL for private archives broken

2009-03-30 Thread Daniel Novotny
what it was originally for... regards, Daniel Novotny-- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail

[Mailman-Users] msg_footer and standard message signature question

2008-10-27 Thread Daniel Novotny
want any regression... thanks and regards, Daniel Novotny -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-arc

[Mailman-Users] Senddigest error on list

2008-09-09 Thread Daniel Ojo
Hi, Has anyone come across this error message. I am getting this error message on one of my lists. I have google and can't come up with anything substantial. # /usr/lib/mailman/cron/senddigests Traceback (most recent call last): File "/usr/lib/mailman/cron/senddigests", line 94, in ? main(

Re: [Mailman-Users] Turning off confirmation

2008-02-06 Thread Daniel M. Eldridge
.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > Unsubscribe: > http://mail.python.org/mailman/options/mailman-users/dme.mailman%40eldridge.to > > Security Policy: > http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.

Re: [Mailman-Users] Turning of monthly membership mails

2007-11-25 Thread Daniel Herrmann
> Daniel Herrmann wrote: > > > >But now someone told me that he is receiving every month a mail, which > >remembers him, > >That he is in that Mailing List. How can I turn it off? I didn't find > a > >switch in the webinterface > >And don't

[Mailman-Users] Turning of monthly membership mails

2007-11-25 Thread Daniel Herrmann
n the webinterface And don't know where else to search. The Point is, that I make the entrys, it is something like a newsletter for the members of our Sport club. They should not be confronted with all the technique behind this system. So, finally: How to turn off this mails? Thanks so f

[Mailman-Users] change subscriber's email etc. from html/php form?

2007-11-05 Thread Daniel Bauer
and change it there, what they usually forget...). So I'd like to be able to change the e-mail address of a user "autmatically" from my php-script. How can I achieve this? thanks for your help. Daniel -- Mailman-Use

Re: [Mailman-Users] Problems with mailman and postfix

2007-09-18 Thread Daniel Herrmann
gt; > >> >< <mailto:[EMAIL PROTECTED]> > >> >[EMAIL PROTECTED]>: mail for > >> > > >> > <http://www.lists.bushido-wuestems.de> www.lists.bushido- > >> wuestems.de loops back to myself > >> > >> > >> You do

Re: [Mailman-Users] Problems with mailman and postfix

2007-09-17 Thread Daniel Herrmann
estems.de> www.lists.bushido- > wuestems.de loops back to myself > > > You do not say if you are using sendmail as your MTA, but from the > message I assume so. You need a > [Daniel Herrmann] Oh, i'm sorry, i forgot to say. I'm using Postfix, not sendmail. Wha

[Mailman-Users] Problems with mailman and postfix

2007-09-17 Thread Daniel Herrmann
time I change something in the Web-Interface: Sorry, we hit a bug. I have to set the permissions "chmod 0777 /var/lib/mailman/* -R" until it works. I would be great to get an answer. Thanks Daniel -- Mailman-User

Re: [Mailman-Users] Auto-discard notification

2007-08-17 Thread Daniel Ojo
Thanks Dragon, Turning off the moderation bit solved it all. Daniel. Dragon wrote: > Daniel Ojo sent the message below at 15:27 8/16/2007: > >> Help, >> >> I am trying to send a message to a list I am an owner of and I received this >> message. >

[Mailman-Users] Auto-discard notification

2007-08-16 Thread Daniel Ojo
automatically discarded. Anyone have an idea what the issue is? Thanks, Daniel. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

Re: [Mailman-Users] senddigests cron error.

2007-07-25 Thread Daniel Ojo
Mark, Sure enough there was four instance of headers where apostrophe(s) were used. I deleted these and re ran the senddigest cron and all seem fine. Thanks a bunch for your quick and genius response. Mark Sapiro wrote: > Daniel Ojo wrote: > >> Has anyone seen this error be

[Mailman-Users] senddigests cron error.

2007-07-24 Thread Daniel Ojo
. Daniel. > > Subject: Cron <[EMAIL PROTECTED]> /usr/lib/mailman/cron/senddigests > > To: [EMAIL PROTECTED] > > > Traceback (most recent call last): File "/usr/lib/mailman/cron/senddigests", line 94, in ? main() File "/usr/lib/m

Re: [Mailman-Users] Can't connect to MTA Exim4

2007-07-22 Thread Daniel D Jones
On Sunday 22 July 2007 10:44, Daniel D Jones wrote: > Setting up a new server with Mailman and Exim4. Exim is sending and > receiving mail and the mailing list is created and accepts mail. It's > failing on trying to send it out. In the smtp_failure log, I get this: > >

[Mailman-Users] Can't connect to MTA Exim4

2007-07-22 Thread Daniel D Jones
Setting up a new server with Mailman and Exim4. Exim is sending and receiving mail and the mailing list is created and accepts mail. It's failing on trying to send it out. In the smtp_failure log, I get this: Jul 22 10:23:26 2007 (2382) delivery to [EMAIL PROTECTED] failed with code -1: plea

Re: [Mailman-Users] Message failures - solved

2007-06-23 Thread Daniel D Jones
On Friday 22 June 2007 22:22, Daniel D Jones wrote: > I'm having an issue with Mailman being unable to send messages through > qmail. I'm not sure which one has the problem, so I'm sending to both > lists. As soon as I figure out which program is at fault, I'll rem

[Mailman-Users] Message failures

2007-06-22 Thread Daniel D Jones
I'm having an issue with Mailman being unable to send messages through qmail. I'm not sure which one has the problem, so I'm sending to both lists. As soon as I figure out which program is at fault, I'll remove the other list from any replies. I'm running a Debian server with Mailman and qmai

Re: [Mailman-Users] Editing values in a lists's config.pck file?

2007-02-05 Thread Daniel Clark
On 2/5/07, Daniel Clark <[EMAIL PROTECTED]> wrote: > I need to change the gate_news watermark on one of my mailing lists, > as it got incremented without a message actually being gatewayed from > the usenet newsgroup to the mailing list (because of something to do > with the &quo

[Mailman-Users] Editing values in a lists's config.pck file?

2007-02-05 Thread Daniel Clark
ver I haven't been able to find any information on how to modify the config.pck file - anyone know how that would be done? Thanks, -- Daniel Clark # http://dclark.us # http://opensysadmin.com -- Mailman-Users mailing list Mailman-Users@python.org

[Mailman-Users] Email Commands

2007-02-02 Thread Daniel Villavicencio
Hi everyone, i´m newbie to linux and even more to mailman, and i would like to know how can i disable email commands from a specific list, i know i can disable some aliasses for that list, but i would like to know if there is another way not so drastic thanks. PD: sorry about my english but i

[Mailman-Users] Cron errors

2006-09-07 Thread Daniel D Jones
Getting the following complaints from the senddigest cron job: Traceback (most recent call last):   File "/var/lib/mailman/cron/senddigests", line 94, in ?     main()   File "/var/lib/mailman/cron/senddigests", line 86, in main     mlist.send_digest_now()   File "/var/lib/mailman/Mailman/Digester.

Re: [Mailman-Users] error messages in the archive

2006-07-12 Thread Daniel Carvalho
On Tue, 11 Jul 2006 09:28:50 -0700, "Mark Sapiro" <[EMAIL PROTECTED]> said: > Daniel Carvalho wrote: > > >Our SMTP server has a limitation in the number of messages it can send > >per hour, so it started to reject messages, and the Mailman server > &g

[Mailman-Users] error messages in the archive

2006-07-11 Thread Daniel Carvalho
Our SMTP server has a limitation in the number of messages it can send per hour, so it started to reject messages, and the Mailman server interpreted then as bounces. Until now, everything normal. What seem strange is that some error messages appeared in the mailing list archive page. These line

[Mailman-Users] help Securing Mailman's web GUI by using Secure HTTP/SSL

2006-06-26 Thread daniel trejo
I added these lines to apache to force https login,I also modified the mm_config.py to change the dafault url and ran the withlist script, but when i put the url on my browser appears a message saying that the redirection has no end or something like that. ScriptAlias /mailman/ "/usr/local/mailman

[Mailman-Users] Adding moderators via command line interface?

2006-06-19 Thread Daniel, Barry K.
Is there a command line interface to add moderators to mailing lists? I have used the bin/add_members script but I do not see how to add moderators via the command line. Thanks for the help. -- Mailman-Users mailing list Mailman-Users@python

[Mailman-Users] "faking" one user of a list

2006-06-16 Thread Daniel Bartlett
chive. But it should not go to the rest of the list. Basically "faking" them into thinking that their emails are getting sent out. Anyone got any ideas on this one? I know it's a little odd. Cheers, Daniel. -- Mailman-Users m

Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-06-09 Thread Daniel, Barry K.
7;ll check back in when I try to tweak the Mailman install. From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Fri 6/9/2006 1:23 AM To: Daniel, Barry K. Cc: Patrick Bogen; mailman-users@python.org Subject: Re: RE: RE: RE: [Mailman-Users] Mailman and Sendmail debug

Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-06-08 Thread Daniel, Barry K.
se on this stuff. You are doing a great job trying to guide me through the jungle. From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Thu 6/8/2006 2:04 AM To: Daniel, Barry K. Cc: Patrick Bogen; mailman-users@python.org Subject: Re: RE: RE: [Mailman-Users] M

Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-06-07 Thread Daniel, Barry K.
n=2.0.0, stat=Sent Jun 7 09:28:35 domainwcs1 sendmail[4513]: [ID 801593 mail.info] k57DSZ8Z004512: to="|/usr/local/mailman/mail/mailman bounces testlist", ctladdr=mailto:[EMAIL PROTECTED]> > (1/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=35136, dsn=2.0.0, stat=Sent Jun 7 09

Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-06-05 Thread Daniel, Barry K.
ay=00:00:00, mailer=smtp, pri=230214, relay=smtp.domainpriv.gov. [10.31.162.17], dsn=2.0.0, stat=Sent (2.5.0 Ok.) -Original Message- From: Patrick Bogen [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 10:44 PM To: Daniel, Barry K. Cc: Mark Sapiro; mailman-users@python.org Subject: Re: [

Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-05-25 Thread Daniel, Barry K.
:[EMAIL PROTECTED] Sent: Thu 5/18/2006 10:43 PM To: Daniel, Barry K. Cc: Mark Sapiro; mailman-users@python.org Subject: Re: [Mailman-Users] Mailman and Sendmail debugging questions On 5/18/06, Daniel, Barry K. <[EMAIL PROTECTED]> wrote: > > Yes, I did rebuild the aliases file and rest

Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-05-18 Thread Daniel, Barry K.
Message- From: Patrick Bogen [mailto:[EMAIL PROTECTED] Sent: Thu 5/18/2006 2:11 PM To: Daniel, Barry K. Cc: Mark Sapiro; mailman-users@python.org Subject: Re: [Mailman-Users] Mailman and Sendmail debugging questions > oes not recognize back to the MTA machine (A). Thus, the message

Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-05-18 Thread Daniel, Barry K.
Help the ignorant. From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Wed 5/17/2006 10:33 AM To: Daniel, Barry K.; mailman-users@python.org Subject: Re: [Mailman-Users] Mailman and Sendmail debugging questions Daniel, Barry K. wrote: > >I have two problems. First, if I create a new list

[Mailman-Users] Mailman and Sendmail debugging questions

2006-05-16 Thread Daniel, Barry K.
Some background: Machine A has Sun JES Messenger 6.2 running as the main mail server that points to the outside world. I have installed the mailmanWrapper.pl program to interface Messenger with Mailman. Machine B has the Mailman 2.1.8 installation, the JES Web Server, and Sendmail. I have tw

Re: [Mailman-Users] Not all subscribers receiving list mail.

2006-05-09 Thread Bryan Daniel
ld not get the messages on each occasion. Thanks very much for your response. Bryan Daniel >>> Jim Popovitch <[EMAIL PROTECTED]> 09/05/2006 10:07 am >>> Patrick Bogen wrote: > On 5/9/06, Bryan Daniel <[EMAIL PROTECTED]> wrote: >> raise S

[Mailman-Users] Not all subscribers receiving list mail.

2006-05-08 Thread Bryan Daniel
On two newly created lists, I have a problem where only a fraction of the users receive mail from the list. These are emergency moderated lists which were populated form text files. One has over 800 users, while the other is over 4000. I have checked the addresses closely and. Checked the output

Re: [Mailman-Users] get members list

2006-04-16 Thread Daniel Carvalho
Mark Sapiro wrote: >>Mark Sapiro wrote: >> >> >> > > >>>>Daniel Carvalho wrote: >>>> >>>> >> >> >>>>>>the scripts didn't work - they always return empty lists... Maybe it's a >

Re: [Mailman-Users] get members list

2006-04-09 Thread Daniel Carvalho
Dan Phillips wrote: > On Apr 8, 2006, at 5:34 PM, Daniel Carvalho wrote: > >> I would like to know that because i need to write a program to retrieve >> the members list, and i think the best way is to access the site with >> http and parse the result. It would be fa

[Mailman-Users] get members list

2006-04-08 Thread Daniel Carvalho
t would be far more simple if it were everything in a single page... By the way, is there a program available, that does what i need? thanks, daniel -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo

[Mailman-Users] special characters on mail mass subscription

2006-04-05 Thread daniel trejo
Hello, I live in a spanish-spoken country so some people put either a ñ or í in their mail addesses, how do I add their addresse via mass subscription without being rejected? thanks -- Mailman-Users mailing list Mailman-Users@python.org http://m

[Mailman-Users] Mailman integrated with SUN JES Messenger 6.2

2006-04-05 Thread Daniel, Barry K.
Does anyone have experience integrating Mailman with Sun JES Messenger 6.2? -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searc

[Mailman-Users] Web archive problems...

2006-03-29 Thread Daniel F Moisset
lso a secondary archiver. Permissions seem to be ok (running the check_perms script), and the "arch" commands updates the HTML archive correctly when running as user list. Any idea of what may be wrong? Regards, Daniel -- "Why program by hand in five days what you can

[Mailman-Users] would it be useful to modify this code.

2006-03-23 Thread daniel trejo
Im trying to modify Decorate.py so I can put a html tag So far ive modified the handler Decorate.py so all messages are multipart ( I know Its not recommended but Im quite desperate) I want to modify this part of Decorate.py so it doesnt convert the header to plain text ; I ve tried deleting the

[Mailman-Users] can I modify the handler Decorate.py?

2006-03-20 Thread daniel trejo
Can I modify the content of Decorate.py Handler so it doesnt uencode the header? If that's so , what should I do for this changes to take effect? -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailma

[Mailman-Users] I really need to put a banner on the messages

2006-03-17 Thread daniel trejo
hello; I explained to my boss the xss exploit, and that i would need to change the code to put a tag on the header of the messages posted on the lists. Nevertheless he still wants me to put it. So my question is ¿do i have to join the developers list to get help with this issue? ¿what are the

Re: [Mailman-Users] Totally unmoderated user???

2006-03-16 Thread Daniel Hawker
-Original Message- From: Gadi Evron [mailto:[EMAIL PROTECTED] Sent: 16 March 2006 16:13 To: Mark Sapiro Cc: Daniel Hawker; mailman-users@python.org Subject: Re: [Mailman-Users] Totally unmoderated user??? On Thu, 16 Mar 2006, Mark Sapiro wrote: > Daniel Hawker wrote: > > &

Re: [Mailman-Users] Totally unmoderated user???

2006-03-16 Thread Daniel Hawker
There is no way to do this via list configuration. You can set a moderator password if there isn't one already, and give the password to these people. If you don't want them to receive regular 'moderation' notices, you don't have to add them to the moderator list. Once these people have the passw

Re: [Mailman-Users] Totally unmoderated user???

2006-03-16 Thread Daniel Hawker
On 3/16/06, Daniel Hawker <[EMAIL PROTECTED]> wrote: > I have naturally set a limit to which all posts are limited by > post-size (in my case about 50k). This works fine and any messages > sent to the list that are above the limit, are held for moderation. How, exactly, have y

[Mailman-Users] Totally unmoderated user???

2006-03-16 Thread Daniel Hawker
Hi All, I manage a small (200 users or so) unmoderated Mailman list. So far so good. I have naturally set a limit to which all posts are limited by post-size (in my case about 50k). This works fine and any messages sent to the list that are above the limit, are held for moderation. I would like

[Mailman-Users] hello, question about mailheaders

2006-03-15 Thread daniel trejo
hello everybody!.I'm a new mailman user, I'm installing it for a mailing list on my university (UNAM). Until now I haven't had any problems with my configuration, but my boss (teacher) wants me to put a banner on every mail posted on the list. The banner must be a jpeg image and it should be load

[Mailman-Users] Pipermail problems

2006-02-14 Thread Daniel Spreadbury
d no problems have been reported. Can anybody help me sort this out? Do I need to run one of the mailman administrative tools to fix this? If so, which one? Thanks for any assistance you can offer! Daniel -- Mailman-Users mailing list Mailman-U

Re: [Mailman-Users] Newbie question regarding multiple domains with oneMailman installation

2006-01-30 Thread Daniel Spreadbury
ailman yet again, this time with MAIL_GID='wheel', seems to have sorted it. But I'd still love some advice on the Apache part of my question, reproduced below. Thanks, Daniel On 30/01/06, Daniel Spreadbury <[EMAIL PROTECTED]> wrote: > 1. If I go to http://dom.ain.com

Re: [Mailman-Users] Newbie question regarding multiple domains with oneMailman installation

2006-01-30 Thread Daniel Spreadbury
the mail being bounced back to me as undeliverable, and nothing getting through to the mailing list. The FreeBSD post-install notes list this problem specifically as occurring if Mailman isn't installed with the right MAIL_GID set at make, but I'm pret

[Mailman-Users] Newbie question regarding multiple domains with one Mailman installation

2006-01-29 Thread Daniel Spreadbury
e Mailman installation on my server? Any pointers very gratefully received! Thanks, Daniel -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-

[Mailman-Users] Management log

2006-01-10 Thread Daniel Ibarra
Hello, I would like to know if theres a log with the actions of the moderatores of the list since the list was made active. I need to trace an action of my moderators on my list and i dont know where to do it. Thank you Daniel -- Mailman

Re: [Mailman-Users] Host not found

2005-10-25 Thread Daniel Cuschieri
irtual alias table 550 5.1.1 <[EMAIL PROTECTED]>... User unknown <<< 554 Error: no valid recipients Any ideas?! DC _ From: Daniel Cuschieri [mailto:[EMAIL PROTECTED] Sent: 25 October 2005 08:34 To: 'mailman-users@python.org' Subject: FW: Host

[Mailman-Users] FW: Host not found

2005-10-24 Thread Daniel Cuschieri
Hi guys! My friend has a home server and I use web / mail server services from him. He also uses mailman to provide mailing lists. He created some mailing lists and they work fine for him. I purchased 2 domains, and he created about 10 mailing lists for me. The problem is that when I t

Re: [Mailman-Users] Strange errors

2005-10-21 Thread Daniel Szkola
Mark Sapiro wrote: > Dan Szkola wrote: >>You can see it actually unlink the compiled version and then look >>for, find, and seemingly reject the traceback.py and traceback.pyc >>that it finds. I thought it may be a too many open files problem >>or a file descriptor limit problem because the FD retu

  1   2   3   >