[Mailman-Users] Help: 'str' object has no attribute 'get_sender'

2006-09-28 Thread aaron
Hello: I just upgraded from Mailman 2.1.5 to 2.1.9 on FreeBSD 4.9 with Python 2.4 and Postfix 2.1.5. Mailman is now broken. I'm getting the following output constantly in /logs/error and no Mailman messages are going out: Sep 27 22:37:25 2006 (20239) SHUNTING: 1159420021.106612+1be5c92a80ab54708

Re: [Mailman-Users] Help: 'str' object has no attribute 'get_sender'

2006-09-28 Thread aaron
Mark: Thanks so much. I did a dumpdb on one of the shunted messages and got the following, which includes "{ '_parsemsg': False,". Should this give me a clue as to what happened? /usr/local/mailman/bin/dumpdb 1159420029.324728+0d259087c7806247727557883 597d4173df65dd6.pck [- start pickle fi

Re: [Mailman-Users] Help: 'str' object has no attribute 'get_sender'

2006-09-28 Thread aaron
>As a temporary workaround, you could try replacing > >if data.get('_parsemsg'): >msg = email.message_from_string(msg, Message.Message) > >in the dequeue() definition with > >if istype(msg, str): >msg = email.message_from_string(msg, Message.Message) OK, aft

Re: [Mailman-Users] Help: 'str' object has no attribute 'get_sender'

2006-09-28 Thread aaron
>Apparently you missed my followup > . >I got some kind of "Confirmation of donation" message from >"mutualaid.org fundraising <[EMAIL PROTECTED]>" in response to your >direct copy of that. Sorry, I sent my first message fr

[Mailman-Users] mangled email addresses

2006-12-09 Thread aaron
re several invalid email addresses on the list (see attached) - could this have something to do with it? I tried to unsubscribe the invalid addresses, but am unable to do so. Anyway to manually remove these (since they contain characters that I can not enter from shell)? Thank

[Mailman-Users] Bounce messages coming in after restart

2005-10-03 Thread Aaron
ut to list admins. It's like Mailman was holding them and old released them upon restart. I searched the archives for this list, but was unable to find anything helpful. Thanks in advance... - aaron -- Mailman-Users mailing list Mai

[Mailman-Users] unable to remove subscriber

2004-08-17 Thread aaron
.py", line 220, in removeMember self.__assertIsMember(member) File "/home/mailman//Mailman/OldStyleMemberships.py", line 113, in __assertIsMember raise Errors.NotAMemberError, member Mailman.Errors.NotAMemberError: person@ if you have any ideas, p

[Mailman-Users] TypeError: unicode() argument 2 must be string, not None

2004-12-28 Thread aaron
Hello. I'm getting the following error when rebuilding the archives (using /mailman/bin/arch) for a list. I was unable to find anything relevant in the mailman-users archives and would greatly appreciate any suggestions. I'm running Mailman 2.1.2 on FreeBSD 4.9-RELEASE-p11 with Python 2.1.3. Upda

[Mailman-Users] Missing config.db and config.db.last files

2005-03-11 Thread aaron
searched the archives for this list to find something relevant, but was unsuccessful. The error output below shows our environment specs. We have applied the Mailman 2.1.5 security patch. We're completely confused - help!? Thanks, Aaron Bug in Mailman version 2.1.5 We're sorry, we

[Mailman-Users] Customizing mailman

2001-01-03 Thread aaron
overlooking it.   How might I go about this?   Thank you, Aaron  

[Mailman-Users] subscribe/unsubscribe date retrieval

2002-01-16 Thread aaron
Is there anyway to check the date people subscrubed or unsusbcribed from a list? -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] qrunner is eating my messages alive

2002-02-07 Thread aaron
I'm running Mailman 2.0.8 on FresBSD 4.5-RELEASE with Python 2.1.1 and Apache 1.3.22... and qrunner is killing most of the messages that the in the ~/qfiles directory. a typical log entry from ~/logs/qrunner is: Feb 07 23:29:17 2002 (16588) Unlinking orphaned .db file: /usr/local/mailman/qfiles/

[Mailman-Users] messages stuck and not going out...

2002-02-14 Thread aaron
ed in 291.205 seconds Feb 14 23:15:45 2002 (11544) smtp for 20 recips, completed in 1493.861 seconds Feb 14 23:20:46 2002 (11910) smtp for 7 recips, completed in 286.054 seconds A little help? TIA, Aaron -- Mailman-Users maillist - [EMAIL PROT

Re: [Mailman-Users] messages stuck and not going out...

2002-02-14 Thread aaron
The solution to my problem was to make the following changes to sendmail: - turn off relay_based_on_mx - turn on accept_unresolvable_domains. once I did this, mailman released all of the messages it has been holding for days... - Original Message - From: "aaron" <[EMAIL P

[Mailman-Users] messages not going out...

2002-02-15 Thread aaron
ed in 291.205 seconds Feb 14 23:15:45 2002 (11544) smtp for 20 recips, completed in 1493.861 seconds Feb 14 23:20:46 2002 (11910) smtp for 7 recips, completed in 286.054 seconds A little help? TIA, Aaron -- Mailman-Users maillist - [EMAIL PROT

Re: [Mailman-Users] messages stuck and not going out...

2002-02-17 Thread aaron
> > The solution to my problem was to make the following changes to sendmail: > > > > - turn on accept_unresolvable_domains. >> > Be careful!! This is an invitation to some significant > headaches. A friend of mine found his mail server was being used > as a relay by most of the People's Republi

[Mailman-Users] Forced footer

2003-11-11 Thread aaron
Decorate.py, to do this, but I have been unable to figure out how to make this work. I'm using Mailman 2.1.3 with Python 2.1.3. on FreeBSD. Any help would be much appreciated. Thanks in advance, Aaron -- Mailman-Users mailing list [EMAIL PROT

[Mailman-Users] Footer question

2003-11-21 Thread aaron
s? I searched the list archives and found something about using Decorate.py, to do this, but I have been unable to figure out how to make this work. I'm using Mailman 2.1.3 with Python 2.1.3. on FreeBSD. Any help would be much appreciated. Thanks in advan

[Mailman-Users] Forced footer for all Mailman lists

2004-02-03 Thread aaron
using Mailman 2.1.2. Please CC: me directly on your reply. TIA. - aaron -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archi

[Mailman-Users] RE: Forced footer for all Mailman lists

2004-02-03 Thread aaron
h this is not the primary purpose of this entry. My understanding is that changing the templates in this way would just change the default footer for new lists, leaving the possibility that any list admin will remove the footer from their list

[Mailman-Users] Mailing List Configuration Files

2007-03-02 Thread Aaron Todd
. -- Aaron Todd * * -- 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 Searchable Archives: http://www.mail-archive.com/mailman-users

Re: [Mailman-Users] Mailing List Configuration Files

2007-03-04 Thread Aaron Todd
n the mailman admin and it outputted exactly what I wanted. Thanks again for your help. Aaron Todd Mark Sapiro wrote: >> Thanks for the information, but I do not seem to have the config_list >> file in the bin directory. Could it be somewhere else? I have full >> root acc

[Mailman-Users] Server migration problems

2007-04-26 Thread Aaron Crosman
the advertising (that mm seems to be over-tightening permissions somewhat), but I can't find the root cause. Any suggestions on where to look? Aaron -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listin

Re: [Mailman-Users] Server migration problems

2007-04-27 Thread Aaron Crosman
> -Original Message- > From: Mark Sapiro [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 26, 2007 10:31 PM > To: Aaron Crosman; mailman-users@python.org > Subject: Re: [Mailman-Users] Server migration problems > > > > - Original Message --- &

[Mailman-Users] Mailing lists fail

2007-05-24 Thread Aaron Schubert
We are currently are running mailman on a Redhat box called listserv. This box sits in the DMZ. We also have our mail servers which are sitting inside the DMZ which pass traffic to our sendmail relay box to get to "listserv". Our mail is current mail setup looks like this: Groupwise ---

[Mailman-Users] stat=unknown mailer error 2

2007-06-21 Thread Aaron Schubert
When sending an email message to a test list on our mailman list server I receive the following error in the sendmail maillog. Here is the maillog entry. Jun 21 13:55:50 listserv1 sendmail[4764]: l5LItoG2004763: to="|/usr/local/mailman/mail/mailman post unixtest", ctladdr=<[EMAIL PROTECTED]> (

[Mailman-Users] Subject line spacing

2007-09-17 Thread Aaron Crosman
oes anyone have a suggestion about what might be causing this? Aaron -- 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 Searchable

[Mailman-Users] Problems after changing server network setup

2008-03-04 Thread Aaron Crosman
the old IP with the new. All the other functions appear to be working. Any suggestions about what's going on, and if a I need to be worried? Thanks Aaron Crosman American Friends Service Committee Information Technology Department

[Mailman-Users] Preventing Attachments

2008-04-02 Thread Aaron Gray
Hi, a mailman newbie here :) Before installing MailMan I want to know if there is an admin option for either disallowing attachments, ie removing them or bouncing messages if they have an attachment. Many thanks in advance, Aaron -- Mailman

Re: [Mailman-Users] Preventing Attachments

2008-04-02 Thread Aaron Gray
> Aaron Gray wrote: >>Hi, a mailman newbie here :) >> >>Before installing MailMan I want to know if there is an admin option >>for either disallowing attachments, ie removing them or bouncing >>messages if they have an attachment. >> >>Many thank

[Mailman-Users] Help! "Stuck Messages"

2009-05-24 Thread Aaron Marcavitch
know I am doing something wrong - I just can't figure out what I did try to find this answer and I kept on running up on VERP and MTA - but I have NO idea what that means. I am only using the web interface for approval, so I am very unsophisticated about how this works Thanks in advan

Re: [Mailman-Users] Help! "Stuck Messages"

2009-05-26 Thread Aaron Marcavitch
ad to have some expert out there help us out to look over our settings. Our Mailman installation is on Jumpline.com Aaron Vernacular Architecture Forum E-List Manager http://www.marcavitch.com --- On Sun, 5/24/09, Mark Sapiro wrote: > From: Mark Sapiro > Subject: Re: [Mailma

Re: [Mailman-Users] Help! "Stuck Messages"

2009-05-28 Thread Aaron Marcavitch
And that - ladies and gentlemen - did it. Nothing like a quick hit to the side of a machine to make it act right. Aaron http://www.marcavitch.com --- On Wed, 5/27/09, John wrote: > From: John > Subject: Re: [Mailman-Users] Help! "Stuck Messages" > To: mailm

[Mailman-Users] Mailman + Postfix + Virtual Maps = initial mailman list works but new lists don't

2010-05-30 Thread Aaron Couch
man virtual_gid_maps = static:8 virtual_mailbox_base = /var/vmail virtual_mailbox_domains = mydomain.org virtual_mailbox_maps = proxy:mysql:/etc/postfix/my_mailbox_maps.cf virtual_minimum_uid = 150 virtual_transport = virtual virtual_uid_maps = static:150 Thanks for any assistance you can offer!

Re: [Mailman-Users] Mailman + Postfix + Virtual Maps = initial mailmanlist works but new lists don't

2010-06-01 Thread Aaron Couch
hi Mark: thanks so much for your quick and careful reply. i'm looking forward to trying to work with your suggestions next weekend. -AC On Sun, May 30, 2010 at 4:36 PM, Mark Sapiro wrote: > Aaron Couch wrote: > > > >*what doesn't work:* > >any lists added after

[Mailman-Users] Mailman Crashes Regularly

2010-10-14 Thread Aaron Kreider
I'm getting regular mailman crashes every 2-4 weeks. I've had 4 so far. I'm running a centos VPS with mailman 2.1.13. What is the best way to restart mailman? I've been restarting the entire vps, which obviously is a bad idea. What can I do to prevent this from happening? Here is the er

[Mailman-Users] Problem with accept_these_nonmembers using another list in installation

2010-10-18 Thread Aaron Ray
er 3 lists. So I am adding the a...@domain mailing list to the other mailing list's accept_these_nonmembers sender filter with the following syntax: @all I have also tried: @a...@domain Neither of them seem to work. I appreciate any advice/help anyone can offer. Since

Re: [Mailman-Users] Mailman Crashes Regularly

2010-11-10 Thread Aaron Kreider
Our last mailman crash was at 11:47pm on Nov 7. Here is the qrunner log: I looked at our vps to see if we were hitting any resource limits, but I haven't found any problems. Nov 07 23:47:30 2010 (23778) OutgoingRunner qrunner caught SIGTERM. Stopping. Nov 07 23:47:30 2010 (23771) CommandRun

Re: [Mailman-Users] Mailman Crashes Regularly

2010-11-10 Thread Aaron Kreider
On 11/10/2010 7:50 PM, Mark Sapiro wrote: Aaron Kreider quoted me and wrote: Why do you have /usr/local/cpanel/3rdparty/mailman/lists/mailman/extend.py which imports MysqlMemberships? As far as I know, this is not something that cPanel Mailman does by default? I'm using the mailman

[Mailman-Users] Mail to list delivers into a local mailbox instead of the list

2011-02-03 Thread Ron Aaron
I've got an "ispconfig3" based Ubuntu 10.10 server installation, running postfix. The mail server works perfectly. I wish to add mailman to the setup, and am hitting a brick wall. I've looked all over for clues, but no luck so far. I created a new domain "lists.my.dom", where the "my.dom" i

Re: [Mailman-Users] Mail to list delivers into a local mailbox instead of the list

2011-02-03 Thread Ron Aaron
You wrote: > Which indicates Postfix is not seeing that mail to lists.my.dom is > using the mailman transport. Right. > Have you added hash:/etc/mailman/transport to transport_maps in > main.cf? have you run "postmap /etc/mailman/transport" to update > /etc/mailman/transport.db? Yes I have, and

Re: [Mailman-Users] Mail to list delivers into a local mailbox instead of the list

2011-02-05 Thread Ron Aaron
> It may have something to do with passing through spamassassin, but I > don't think so because queue id 5C9BB541603 is the message after > spamassassin and it notes orig_to=. However, I'm not > sure why the message is handled by Postfix's pipe module. That seems odd. Right. I've also noticed th

Re: [Mailman-Users] Mail to list delivers into a local mailbox instead of the list

2011-02-05 Thread Ron Aaron
After following all your directions, I have a working mailman system, THANK YOU!! Best regards, Ron signature.asc Description: This is a digitally signed message part. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.o

[Mailman-Users] members address in to header

2006-01-30 Thread Aaron Todd
I know this has probably been posted a thousand times so I am sorry if I annoy anyone who has been at this for years. I am new to mailman so please take it easy on me. I recently had my ISP set up a list for me and due to their lack of knowledge about mailman I have found myself searching the Int

Re: [Mailman-Users] members address in to header

2006-01-31 Thread Aaron Todd
've been a big help. toddaa On 1/30/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Aaron Todd wrote: > > >I know this has probably been posted a thousand times so I am sorry if I > >annoy anyone who has been at this for years. I am new to mailman so > please &g

[Mailman-Users] Mailman running on SMTP gateway

2006-03-02 Thread Aaron Bento
his might be more of a sendmail issue between alias and mailertable precedence, but I figure someone from here may have run into this. Thank you in advance for any assistance or links. --Aaron -- Mailman-Users mailing list Mailman-U

[Mailman-Users] Exporting Lists

2006-07-26 Thread Aaron Oliver
list_members command to export the file. Thanks for you help. Aaron -- 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

[Mailman-Users] Subscription Confirmation Emails Failing

2004-10-13 Thread Aaron Crosman
Can anyone point me toward help here? The path to the command is right, but something is clearly wrong. Thanks Aaron == This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients.

[Mailman-Users] Compile problem: msgmerge: command not found

2004-10-06 Thread Aaron Young
for `all'. make[1]: Leaving directory `/nn/local/src/mailman-2.1.5/templates' make[1]: Entering directory `/nn/local/src/mailman-2.1.5/messages' Merging new template file with existing translations msgmerge -U ca/LC_MESSAGES/mailman.po mailman.pot make[1]: msgmerge: Command not found See

[Mailman-Users] changing MTA from sendmail -> procmail

2004-11-19 Thread Aaron Bennett
uld be fairly simple: make sure I've got backups of /etc/aliases and then uses Redhat's nifty little redhat-switch-mail program to change to postfix Anyone have scars from a similiar assumption? :-) -- Aaron Bennett UNIX Administrator Franklin

Re: [Mailman-Users] changing MTA from sendmail -> *postfix*

2004-11-19 Thread Aaron Bennett
hat migration from a mailman perspective? sheepishly, Aaron -- Aaron Bennett UNIX Administrator Franklin W. Olin College of Engineering -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FA

[Mailman-Users] Mailmaning only generating messages to some members

2004-12-15 Thread Aaron Crosman
ttle pressure, so any hints or guidence would be much appreicated. Aaron >From the exim main.log (the email addresses were changed to protect my personal interests ;) ) 2004-12-13 12:39:15 1CduAF-0003t3-Ij <= [EMAIL PROTECTED] H=mail.afsc.org [198.70.42.3] P=esmtp S=15565 [EMAIL PROTECTED]

RE: [Mailman-Users] Mailmaning only generating messages to some members

2004-12-16 Thread Aaron Crosman
Mark Sapiro Wrote: > > Assuming they didn't change them. Did you look at the > membership on the Membership Management... page and verify > that everyone has delivery enabled and is not on digest? I did check the management information, they all still have their original settings. > >I ra

[Mailman-Users] Spanish language version

2005-01-06 Thread Aaron Crosman
e the email gets encoded right (other then putting it in an es directory instead of en)? Thanks for any guidence Aaron -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ:

RE: [Mailman-Users] Change the default text for the confirm subscribemessage.

2005-01-06 Thread Aaron Crosman
x27;m not sure what I'm missing there yet. Aaron > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jon > Ole Nødtvedt > Sent: Thursday, January 06, 2005 11:37 AM > To: mailman-users@python.org > Subject: [Mailman-Users] Ch

[Mailman-Users] Mailman/VERP problems.

2005-02-03 Thread Aaron Crosman
After several months of a nicely functioning Mailman server, I opted to enable VERP yesterday. We're running MM 2.1.4 on SuSE with exim. Since then most everything has worked fine, until an announcement only list of 4000 sent a message earlier this afternoon. Of the roughly 4000 messages, about 1

[Mailman-Users] Mailman Statistics

2005-02-11 Thread Aaron Crosman
nternal Mailman functions like how many messages are getting turn rejected by moderators and such. Thanks Aaron -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.pyth

[Mailman-Users] Spanish version option page

2005-03-03 Thread Aaron Crosman
my knowledge this is the first use of the page), but before I replace it I thought I would check to see if others have a similar problem. Is it likely that I could download the 2.1.4 options page from the CVS tree and just swap it in? If so what file would I be going after? Thanks for any help.

RE: [Mailman-Users] Spanish version option page

2005-03-08 Thread Aaron Crosman
> -Original Message- > From: Mark Sapiro [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 05, 2005 1:49 PM > To: Aaron Crosman; mailman-users@python.org > Subject: Re: [Mailman-Users] Spanish version option page > > Aaron Crosman wrote: > > >I'm runni

RE: [Mailman-Users] Spanish version option page -- More information

2005-03-08 Thread Aaron Crosman
ion damage might have been done that destroys the user options page? Or what to reset that might clear this up? There are no list specific templates, just a replacement welcome message. Thanks Aaron -- Mailman-Users mailing list Mailman-Users@

RE: [Mailman-Users] Spanish version option page -- More information

2005-03-08 Thread Aaron Crosman
> -Original Message- > From: Mark Sapiro [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 08, 2005 2:14 PM > To: Aaron Crosman; mailman-users@python.org > Subject: RE: [Mailman-Users] Spanish version option page -- > More information > > Did you access the se

RE: [Mailman-Users] Spanish version option page -- More information -- Solved

2005-03-08 Thread Aaron Crosman
That was it! Thanks for sticking with me. Aaron > -Original Message- > From: Mark Sapiro [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 08, 2005 3:06 PM > To: Aaron Crosman; mailman-users@python.org > Subject: RE: [Mailman-Users] Spanish version option page -- >

RE: [Mailman-Users] subscribeack.txt ?

2005-03-10 Thread Aaron Crosman
d. There are several ways to do that I would choose: find -type d / | grep 2> /dev/null There are probably more elegant ways to find the path, but this should get you the information you need. If you only have FTP access you'll need a more elegant solution since running find wont b

[Mailman-Users] Tearing my hair out with Mandrake

2005-05-04 Thread Aaron Weissman
Sorry for a newbie question, but I am getting tired of pulling my hair out. On and off, I have been trying to configure mailman for use with two small lists for a small non-profit for several months. I installed mailman through the mandrake 10.2 (Mandrivia LE2005) RPMs. I can't get the thing to w

Re: [Mailman-Users] Tearing my hair out with Mandrake

2005-05-04 Thread Aaron Weissman
Sorry. $prefix = /usr/lib/mailman/ ; and $var-prefix = /var/lib/mailman/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Weissman Sent: Wednesday, May 04, 2005 2:32 PM To: mailman-users@python.org Subject: [Mailman-Users] Tearing my hair out with

[Mailman-Users] attempting to post to the FAQ page Mailman FAQ Edit Wizard

2005-05-06 Thread Aaron Brashear
list. Thanks in advance, Aaron -- Aaron Brashear Partner Lost In Brooklyn Studio P.718.832.3385 / F.718.852.7630 http://www.lostinbrooklyn.com/ ...still lost in Brooklyn... -- Mailman-Users mailing list Mailman-Users@python.org http://mail.pytho

[Mailman-Users] We're sorry, we hit a bug!

2001-10-18 Thread Aaron Nikula
t it gives an error (when the wrong password is entered, it's okay, but doesn't help much :). Does anyone have ideas where I can start troubleshooting this stuff? I restarted apache, sendmail, etc. And started from a fresh installation. Thanks for any help.   -Aaron

Re: [Mailman-Users] We're sorry, we hit a bug!

2001-10-19 Thread Aaron Nikula
ps, completed in 0.184 seconds tail logs/post Oct 17 16:54:39 2001 (4334) post to test from [EMAIL PROTECTED], size=1294, 1 failures tail logs/smtp-failure Oct 17 16:54:39 2001 (4334) -1 [EMAIL PROTECTED] (ignore)] Maybe that will help? -Aaron - Original Message - From: "Jon Carne

[Mailman-Users] Wishlist addition

2002-05-10 Thread Aaron Birenboim
et this in the Wishlist? I think this would be a minor addition, and could be part of the 2.x release. -- Aaron Birenboim | The top three attributes of a good programmer: Albuquerque, NM |Laziness, Impatience, and Hubris [EMAIL PROTECTED] | boim.com/~aaron | -- Randall Schwartz, auth

[Mailman-Users] Storing email address in MySQL

2013-09-09 Thread Aaron Dolgin
Is it possible to have mailman store the email addresses it sends mail to in a database such as MySQL? Aaron Dolgin (661) 400-6301 VP of Business & Marketing Electrical Lead Webmaster Hart District Robotics Team 691 Team691.org <http://team691.org/> Follow us on Twitter @H

Re: [Mailman-Users] Storing email address in MySQL

2013-09-09 Thread Aaron Dolgin
my hosting provider has mailman preinstalled. am i suppose to have access to those files since mailman is open source? *Aaron Dolgin* (661) 400-6301 VP Business & Marketing Webmaster Electrical Lead Project 691 Robotics Team691.org <http://team691.org/> Follow us on Twitter @Projec

[Mailman-Users] MySQL

2013-09-25 Thread Aaron Dolgin
Is it possible to have mailman store the email addresses in a database in MySQL? Aaron Dolgin (661) 400-6301 VP of Business & Marketing Electrical Lead Webmaster Hart District Robotics Team 691 Team691.org <http://team691.org/> Follow us on Twitter @

[Mailman-Users] new version of mailman installed in differentplace...

2003-08-08 Thread Aaron Falk
primarily for a bunch of YMCA programs which are moribund during the summer so there is no traffic at this time.) Can anyone suggest either a way to fix my current move/upgrade strategy or tell me the right way to start over? I'm pasting in the error message below. Thanks, --

[Mailman-Users] plain old fashioned bouncing?

2003-09-24 Thread Aaron Bennett
er? Where are bounces 'stored' ? Please forgive my ignorance about the internals of mailman. thanks! - Aaron Bennett -- Aaron Bennett UNIX Administrator Franklin W. Olin College of Engineering -- Mailman-Users mailing list [EMAIL P

[Mailman-Users] strange bounce notification

2003-10-23 Thread Aaron Bennett
How would this bounce? Where was it sent to? -- Aaron Bennett UNIX Administrator Franklin W. Olin College of Engineering -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.p

[Mailman-Users] administrivia filter not functioning

2004-02-06 Thread Aaron Anderson
know which settings (filters) they might be. Thank you in advance! I use Mailman version 2.1.2 Aaron Andersonhttp://housechurch.org -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-use

[Mailman-Users] Mail<->News  gateways moderation question

2004-02-10 Thread Aaron Anderson
t and the newsgroup." Question: Exactly where/how do you put this Approved header and password so that it will appear in these approved messages, causing them to be posted on a moderated newsgroup? thank you, Aaron Anderson -- Ma

Re: [Mailman-Users] Mail<->News gateway moderation question

2004-02-10 Thread Aaron Anderson
Thanks for the reply, Joe. The instructions made it look very easy. I take it that Mailman cannot add these approval headers to posts going to the moderated usenet group. Is that so? Thanks much. Aaron -- Mailman-Users mailing list [EMAIL

[Mailman-Users] Editing administrivia trigger words. How?

2004-02-12 Thread Aaron Anderson
Where might be the file that contains these words? Thanks! Aaron Anderson -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

[Mailman-Users] What happens to returned mail?

2004-02-13 Thread Aaron Anderson
Hi all, Returned messages from Mailman are not turning up in my dead.letter file nor do I receive sperate email notices of returned mail. Do I have to turn off bounce processing in order to track down returned mail? I need the header info of a returned message. Thanks! Aaron Anderson

[Mailman-Users] Project Help

2004-03-19 Thread Aaron Schaap
I was just wondering what's the best way or the step's I should take to help out on this project. I'd like to help out with some design and making the pages compliant with XHTML and CSS. ----- Aaron Schaap Elevator Up - Internet Consulting & Development

[Mailman-Users] Getting implicit destinattion even though To: field is correct

2017-04-22 Thread Aaron Smith
I just installed mailman 2.1.20 using the Ubuntu provided package for 16.04. I'm setting this up as a replacement for an older mailman server. Right now, the lists are just using the machine name for the addresses, but whenever I send a message to a list address, it gets held fo

Re: [Mailman-Users] Getting implicit destinattion even though To: field is correct

2017-04-24 Thread Aaron Smith
n.org] On Behalf Of Robert Heller Sent: Saturday, April 22, 2017 1:39 PM To: Mark Sapiro Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Getting implicit destinattion even though To: field is correct At Sat, 22 Apr 2017 10:23:59 -0700 Mark Sapiro wrote: > > On 04/21/2017 12:1

[Mailman-Users] Personalisation of newsletters sent via Mailman

2005-11-24 Thread Aaron J Elias
itself. Thanks for any help anyone can offer! Aaron -- 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 Searchable Archives: http

Re: [Mailman-Users] Compile Problem: msgmerge/gettext wants automake 1.8?!

2004-10-12 Thread Aaron The Young
`automake-1.8' program. make: *** [Makefile.in] Error 1 % automake --version automake (GNU automake) 1.8b I've tried 1.9 and it still gives me this error. Is there someway to get around this or can you direct me to where I might find

[Mailman-Users] Compile Problem: msgmerge: command not found.

2004-10-06 Thread Aaron The Young
ommand not found Seems like something is missing or hasn't been made correctly along the way. Why is msgmerge missing? Any clues? Aaron ~ -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailm

[Mailman-Users] How do I interface Mailman with Apache?

2004-10-21 Thread Aaron The Young
obvious in the documentation. I've not ever used mailman before, so I'm kinda lost. Thanks, Aaron ~ -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.pyth

[Mailman-Users] Mailman under Debian -- Icons aren't showing up.

2005-04-07 Thread Aaron The Young
his server. Do I have to install Pipermail? Thanks for any and all help. Aaron ~ -- 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

[Mailman-Users] howto restore list archives, configuration post hardware crash

2001-01-15 Thread Aaron M. Johnson
-BEGIN PGP SIGNED MESSAGE- Hi: I received the following message during an attempt to restore a mailman installation. When our mailing list servers' hard drive crashed we decided to reinstall the OS from scratch. This is a Debian box currently running mailman debian pack

[Mailman-Users] looking to run your software

2001-09-10 Thread Joe Aaron Este
  that i did not have he said i should get in touch with a company that uses your product and resells it in a user-friendly format i guess can you please send me a list of such companies ..if they exist ??? or give me some advice thanks Joe Aaron Este Internet Director Paris Boutique Wig Salon

[Mailman-Users] subscribe/unsubscribe date retrieval

2002-01-16 Thread Aaron M Daley
Is there anyway to check the date people subscrubed or unsusbcribed from a list? Aaron M Daley Free Speech TV Systems Administrator [EMAIL PROTECTED] -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo

[Mailman-Users] cron daemon error

2003-01-08 Thread Aaron M Daley
I installed mailman on a new machine running redhat 8. That machine is also running the latest 1.X apache and sendmail packages. Everything installed fine. I copied over some other lists that were running on and older machine and they show up fine on the admin page. I can configure them and everyth

[Mailman-Users] bad links to secure server

2003-01-21 Thread Aaron M Daley
ing it but I had the same exact problem. Please help. -Aaron -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: ht