Re: [Mailman-Users] New list's SMTP failures

2017-11-01 Thread Nick Wyman
thon.org > Subject: Re: [Mailman-Users] New list's SMTP failures > > On 11/01/2017 09:19 AM, Nick Wyman wrote: > > > > I now think this is due to a spam email which was sent to > mail...@mydomain.com (it's stuck in my mail queue) which is somehow > erroneously b

Re: [Mailman-Users] New list's SMTP failures

2017-11-01 Thread Nick Wyman
Sapiro [mailto:m...@msapiro.net] > Sent: Wednesday, November 01, 2017 1:26 PM > To: Nick Wyman ; Mailman Users us...@python.org> > Subject: Re: [Mailman-Users] New list's SMTP failures > > On 11/01/2017 11:00 AM, Nick Wyman wrote: > > > > This is not cpanel. This i

Re: [Mailman-Users] New list's SMTP failures

2017-11-01 Thread Nick Wyman
> To: mailman-users@python.org > Subject: Re: [Mailman-Users] New list's SMTP failures > > On 11/01/2017 07:41 AM, Nick Wyman wrote: > > > > On a server which hosts several mailman lists, a new list is exhibiting odd > behavior for owner email addresses. There a

[Mailman-Users] New list's SMTP failures

2017-11-01 Thread Nick Wyman
Hello, On a server which hosts several mailman lists, a new list is exhibiting odd behavior for owner email addresses. There are two owners, and both are receiving post emails, but are also bouncing what I assume are administrative emails. The smtp-failure log looks like: Nov 01 09:37:09 20

Re: [Mailman-Users] Web interface stopped working after ubuntu update

2017-03-29 Thread Nick Wyman
> > What group is GID 38? > > I would expect the wrapper to see the effective GID is that of "list" > and the real GID is that of "www-data" and then to be trying to set the > real GID to be the effective GID. > Yes, sorry, that was captured when I tried setting the apache gid to 38 (list grou

Re: [Mailman-Users] Web interface stopped working after ubuntu update

2017-03-29 Thread Nick Wyman
> > Why this would start occurring following an OS update, I > > don't know. Possibly it is some apparmor config or something similar. > > Or SELinux became enabled? > I've been able to eliminate apparmor (disabled) and selinux (not installed). The setregid call simply returns -1. What is od

Re: [Mailman-Users] Web interface stopped working after ubuntu update

2017-03-29 Thread Nick Wyman
Mark, Thank you for looking. > The error is "Operation not permitted". My best guess is this is > occurring at this point in the wrapper > > #ifdef HAVE_SETREGID > status = setregid(getegid(), -1); > if (status) > fatal(logident, SETREGID_FAILURE, "%s", strerror(e

[Mailman-Users] Web interface stopped working after ubuntu update

2017-03-29 Thread Nick Wyman
Hello, I have an Ubuntu 14.04 server running apache2.4 and mailman. This server has been running a few lists with no problems for over a year. After updating some Ubuntu packages for security maintenance (unfortunately I don't know all that changed, but apache2 and mailman were unaltered), th

[Mailman-Users] Attachments sent with Apple Mail being stripped

2015-08-16 Thread Nick Tonkin
Hi all, I'm having a problem with mailman stripping attachments from messages sent with Apple Mail. It looks like the content-type is multipart/related, but I have added that to my list of allowed content-types and the jpeg still gets removed. Any ideas please? -

[Mailman-Users] Getting back to default settings

2015-08-07 Thread Nick Stevens via Mailman-Users
aults listed, so I can do it manually? Thanks, Nick -- *My page on the International Space Art Network: http://spaceart1.ning.com/profile/NickStevens <http://spaceart1.ning.com/profile/NickStevens>.* My secure email: starba...@protonmail.ch ---

[Mailman-Users] Attachments not getting through at random...

2015-06-22 Thread Nick Stevens via Mailman-Users
hat Apple users are getting this problem preferentially. What might it be? Perhaps the encoding used? Any and all help very gratefully received! Nick -- *My page on the International Space Art Network: http://spaceart1.ning.com/profile/NickStevens <http://spaceart1.ning.com/profile/NickSt

Re: [Mailman-Users] Archive Email Issue

2014-02-06 Thread Nick Hudson
Thanks this worked. On Thu, Feb 6, 2014 at 12:34 PM, Mark Sapiro wrote: > On 02/06/2014 07:46 AM, Nick Hudson wrote: > > I recently had to rebuild the server our mailing list was running on. > When > > I brought it back up everything seems to be fine, with exception of the

[Mailman-Users] Archive Email Issue

2014-02-06 Thread Nick Hudson
chive link goes to the same email. Any thoughts on what I might can do to correct this? Mailman 2.1.15 running on Ubuntu 13.04 Thanks! -- Nick Hudson nick.hud...@gmail.com -- Mailman-Users mailing list Mailman-Users@python.org https://mail.pytho

[Mailman-Users] Administratively subscribe other users via email

2012-08-18 Thread Nick Bright
command in the mail body, following the subscribe command syntax at http://www.list.org/mailman-member/node41.html, but the response back from mailman is that the commands remain unprocessed. What is the correct syntax for doing this? -- ------

Re: [Mailman-Users] Truncated messages to lists

2012-06-26 Thread Nick Donaldson
Problem solved. It was not even a mailman issue. One of our sys admins fixed some aliases for lists that called sendmail from the command line. The call to sendmail had the -oi flags added to better cope with lines that start with . Nick Donaldson Help & Solutions Centre Consultant IST

[Mailman-Users] Truncated messages to lists

2012-06-26 Thread Nick Donaldson
Good day everyone. We have, on rare occasions, had problems with messages to some lists being truncated. Has anyone encountered this? Nick Donaldson Help & Solutions Centre Consultant IST Help & Solutions Centre Client Services Information Services and Technology 010 Elizabeth Dafoe

[Mailman-Users] Strange characters in subscriber addresses

2012-06-13 Thread Nick Donaldson
hem. Neither can the remove_members command. Does anyone know of a way to remove subscribers with backslash "r" at the end of the address? Nick Donaldson Help & Solutions Centre Consultant IST Help & Solutions Centre Client Services Information Services and Technology 010 Elizabeth Dafoe L

Re: [Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-12 Thread Nick Bright
On 10/11/2011 6:07 PM, Mark Sapiro wrote: On 10/10/2011 5:40 PM, Nick Bright wrote: [...] mm_cfg.py contains: POSTFIX_STYLE_VIRTUAL_DOMAINS = ['valnet.net'] MTA = 'Postfix' DEFAULT_URL_HOST = 'mail.valnet.net' DEFAULT_EMAIL_HOST = 'valnet.net' VI

[Mailman-Users] Integrating mailman with postfix, using virtual domains

2011-10-11 Thread Nick Bright
ed in newlist does receive an email about the list being created. I really think I've just missed something simple in the documentation, but the documentation for how to do this is strung out in so many different places and is a bit difficult

[Mailman-Users] Is it possible to use html in footer for all emails sent to list?

2011-04-07 Thread Nick Putman
ble to help me get this set up? Thanks, Nick -- 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 Search

[Mailman-Users] simple option to unsubscribe from list via email or single click

2011-04-07 Thread Nick Putman
a webpage confirming they have unsubscribed. Would someone be able to help me set this up? Thanks, Nick -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.

[Mailman-Users] word "bounces" in from address

2008-03-18 Thread Nick L
New user so be kind. I know that there is a workaround to remove the word 'bounces" in the from heading. When you have hosting with some companies that use virtual hosting plans, you cannot hack the file necessary to remove this, is there another way to do the following? The way it is: Ema

[Mailman-Users] Accessing Command Prompts

2007-07-20 Thread Nick Bogaty
help would be appreciated. Thanks, Nick -- 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-arc

[Mailman-Users] mailman installation with DMZ

2007-06-23 Thread Nick Airey
I would also be willing to document this as a "best practice" for the mailman documentation. (I'm sure this question must come up all the time for fresh installations) Nick -- Mailman-Users mailing list Mailman-Users@pyth

[Mailman-Users] mailman with fetchmail, ISP smtp, blocked port 80

2007-03-16 Thread Nick Urbanik
ch dns A record mail.nicku.org points. I will be grateful for any suggestions. -- Nick Urbanikhttp://nicku.org[EMAIL PROTECTED] GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24 ID: BB9D2C24 pgp9ZxbR13CpQ.pgp Description: PGP signature

Re: [Mailman-Users] Remove banned poster

2006-02-15 Thread Nick Trenary
is address in one of those lists and/or add it to the approved >poster list. > > >== >Dan Phillips >Associate Professor >Rudi E. Scheidt School of Music >University of Memphis > > > That did it. Thanks, Nick --

Re: [Mailman-Users] Remove banned poster

2006-02-15 Thread Nick Trenary
Thomas Waters wrote: > Use the Web UI for Mailman. > Go to Privacy Options. > Remove him from the banned list. > > > On Feb 15, 2006, at 3:11 PM, Nick Trenary wrote: > >> I have a list in which a frequent poster (who is not a member of the >> list) somehow has bee

[Mailman-Users] Remove banned poster

2006-02-15 Thread Nick Trenary
I have a list in which a frequent poster (who is not a member of the list) somehow has been banned from posting. I need to restore his ability to post. Can someone point me in the right direction? Using 2.1.7 on Mac OS X. Thanks, Nick -- Nick Trenary Computer Information Systems Analyst

[Mailman-Users] Can we limit the number of subscribers

2006-02-07 Thread Nick Voth
Hello folks, I have searched high and low and the census seems to be that there is no way to "easily" limit the number of subscribers any individual list can have. Is that really the case? Does anyone know if that's a feature that will be incorporated in the future? Thanks ve

[Mailman-Users] Authenticate mailman subscribers to wiki

2005-10-29 Thread Nick Urbanik
ticular, I thought I'd set up some Moinmoin wikis for mailman subscribers for corresponding lists to be able to edit. Any pointers to how to go about that? Can mailman easily export/make available its email addresses and passwords for use by Apache? -- Nick Urbanik RHCE http://nicku.org

Re: [Mailman-Users] investigating attack-like "mailfailures"

2005-03-14 Thread Nick Levine
r MTA (e.g., postfix-users), and not here. Of course. Thanks again. - nick -- 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 Searchabl

Re: [Mailman-Users] investigating attack-like "mailfailures"

2005-03-14 Thread Nick Levine
vers tend to carry the 550 code (= permanent failure?) and mailman gives up. Uhm, will it keep on doing this forever? It's tried sending to beverley over 130 times since yesterday morning. Regards, - nick -- Mailman-Users mailing lis

[Mailman-Users] investigating attack-like "mail failures"

2005-03-13 Thread Nick Levine
alu-board-only (hence the alu-board-only-bounces return address), with [EMAIL PROTECTED] as one of the addressees, which doesn't make sense. Any ideas? Thanks, - nick -- Mailman-Users mailing list Mailman-Users@python.org http://mail.pyt

[Mailman-Users] htdig search patch #444884: What symlinks are required?

2005-02-24 Thread Nick Urbanik
w to mailman and htdig administration. -- Nick Urbanik RHCE http://nicku.org nicku(at)nicku.org Proud ex-member of Dept. of Information & Communications Technology in Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity Award winner, programmed by ICT's own graduates

Re: [Mailman-Users] FC3 RPM with htdig patches available.

2005-02-24 Thread Nick Urbanik
Dear Folks, On Thu, Feb 24, 2005 at 05:04:34PM +1100, Nick Urbanik wrote: > And this is not clear to me (from > http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103): > > 5. automatic creation, deletion and maintenance of htdig config

Re: [Mailman-Users] htdig-2.1.5-0.1.patch mismatches

2005-02-24 Thread Nick Urbanik
as soon as Mark Sapiro pointed out that I should. And the RPM has the two patches applied in the correct order (otherwise it wouldn't build). -- Nick Urbanik RHCE http://nicku.org nicku(at)nicku.org Proud ex-member of Dept. of Information & Communications Technology in

Re: [Mailman-Users] FC3 RPM with htdig patches available.

2005-02-23 Thread Nick Urbanik
Dear Folks, On Thu, Feb 24, 2005 at 04:41:00PM +1100, Nick Urbanik wrote: > Dear Folks, > > I have now built an RPM for FC3 incorporating both patches at > http://nicku.org/ftp/contrib/mailman-2.1.5-30.fc3.1nu.src.rpm and > http://nicku.org/ftp/contrib/mailman-2.1.5-30.fc3.1n

[Mailman-Users] FC3 RPM with htdig patches available.

2005-02-23 Thread Nick Urbanik
Dear Folks, On Wed, Feb 23, 2005 at 08:42:57PM -0800, Mark Sapiro wrote: > Nick Urbanik wrote: > > > >When I unpacked > >tar xvzf /home/nicku/RPM/SOURCES/mailman-2.1.5.tgz > >and applied the htdig patch, I found many things did not quite fit. > >Is some other

[Mailman-Users] htdig-2.1.5-0.1.patch mismatches

2005-02-23 Thread Nick Urbanik
). patching file templates/uk/archtoc.html Hunk #1 succeeded at 12 (offset -1 lines). -- Nick Urbanik RHCE http://nicku.org nicku(at)nicku.org Proud ex-member of Dept. of Information & Communications Technology in Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Producti

Re: [Mailman-Users] How Change "English (USA)" to "English"?

2004-12-14 Thread Nick Urbanik
On Tue, Dec 14, 2004 at 04:40:11PM -0800, Mark Sapiro wrote: > Nick Urbanik wrote: > > > >mailman-2.1.5-26 on FC3. > >$ echo $LANG > >en_AU.UTF-8 > > Do you just want to change the name of the language from "English > (USA)" to "English&

[Mailman-Users] Maximum attachment size limit?

2004-12-14 Thread Nick Urbanik
the entire message, including attachments? -- Nick Urbanik RHCE http://nicku.org nicku(at)nicku.org Proud ex-member of Dept. of Information & Communications Technology in Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity Award winner, programmed by ICT&#

[Mailman-Users] How Change "English (USA)" to "English"?

2004-12-14 Thread Nick Urbanik
"English (USA)". There are about 26 other non-English languages listed there. mailman-2.1.5-26 on FC3. $ echo $LANG en_AU.UTF-8 -- Nick Urbanik RHCE http://nicku.org nicku(at)nicku.org Proud ex-member of Dept. of Information & Communications Technology in Hong Kong

[Mailman-Users] Redirect subscription requests to announce list?

2004-12-05 Thread Nick Urbanik
t a smooth transition? I'm happy to write some Perl (sorry, not Python yet!) to solve this if anyone has any suggestions. -- Nick Urbanik RHCE http://nicku.org nicku(at)nicku.org Proud ex-member of Dept. of Information & Communications Technology in Hong Kong IVE (Tsing

[Mailman-Users] How to export memberlist to file

2004-07-14 Thread Nick vd Kloor @ FOR-Nation
Hi all, not sure anymore if there is a function or parameter to get your whole memberlist in a textfile. Does anyone know? Thanx in advance, Nick -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo

[Mailman-Users] Mailman + qmail/vpopmail

2004-07-08 Thread Nick De Decker
il-mailman-subscribe -rw-r--r--1 root root 90 Jul 8 21:02 .qmail-mailman-unsubscribe But it does not seem to work Maybe it is in conflict with the vpopmail setup ? I don't have a clue , any help is welcome. Kind Regards, Nick De Decker i-Vision ICT Group K

RE: [Mailman-Users] reply-to problems

2004-07-02 Thread Nick Cotter
e and mailman? Cheers Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cotter Sent: 02 July 2004 15:04 To: [EMAIL PROTECTED] Subject: [Mailman-Users] reply-to problems Hi I recently installed mailman and have been quite happy with it. However, f

[Mailman-Users] reply-to problems

2004-07-02 Thread Nick Cotter
nk of does work. I can't imagine what's changed. Does anyone have any ideas why the reply-to header should suddenly become unchanged from the original sender's address? Cheers Nick Cotter -- Mailman-Users mailing list [EMAIL PRO

[Mailman-Users] Bouncing e-mails

2004-06-07 Thread Nick Lance
I am a volunteer that maintains a Mailman e-mail list for a high school band, i.e., I'm not very knowledgeable about Mailman. I am having a problem with Mailman, in that about a week ago, the postings made to the list started bouncing. First, it seemed that a few of the addresses bounced, then mo

[Mailman-Users] mailman under windows xp professional

2004-02-29 Thread Nick Gawronski
Hi, I have been using mailman on my linux system for a while but am wondering if I get the windows python program, and the apache server is there a version of mailman that will run on a windows nt based system? bye My web page is at http://www.nickgawronski.com Use paypal for your payments! https:

[Mailman-Users] Exporting memberlist

2004-02-25 Thread Nick vd Kloor @ FOR-Nation
Hi all, does anyone know if there's a possibility to export your memberlist in a file or for example excelsheet? Or is there a way to display all your members on one page? Thanx in advance, Nick FOR-Nation.com -- Mailman-Users ma

[Mailman-Users] Problem related to Hotmail

2004-02-18 Thread Nick vd Kloor @ FOR-Nation
being sent? I hope you guys can help us out on this one. Thanks in advance, Nick van der Kloor FOR-Nation.com Foundation of Recreation -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] test

2004-01-12 Thread Nick Stabel
test -- 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: http://www.mail-archive.com/mailman-users%40python.org/ This

[Mailman-Users] Shunting due to unknown encoding?

2003-09-16 Thread Nick Arnett
The following is an error log entry that *seems* to be associated with Mailman holding up delivery of messages. If I do a bin/unshunt, that seems to end the constipation for a while, although the same entries get into the error log anew. Any idea what can be done about this? It appears to me that

[Mailman-Users] MailMan Issues

2003-06-13 Thread Nick Gaugler
Are there fixes for these bugs or is this something you just have to deal with? Thanks, Nick -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin

[Mailman-Users] Headers

2003-05-31 Thread Nick Phillips
omise) these headers would be a serious step backwards. Cheers, Nick -- Nick Phillips / +64 3 479 7073 / [EMAIL PROTECTED] # these statements are my own, not those of the University of Otago -- Mailman-Users mailing list [EMAIL PROTECTED]

[Mailman-Users] Prevent unsubscribe due to content filtering?

2003-05-10 Thread Nick Arnett
t least. Any suggestions? I guess there's a feature request there... Nick -- Nick Arnett Phone/fax: (408) 904-7198 [EMAIL PROTECTED] -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Ma

RE: [Mailman-Users] Group id Catch-22 after list move

2003-04-05 Thread Nick Arnett
serid for postfix to the mailman group on your MTA. Thanks, but that's all done. The problem is that the old lists want one userid and group, any new lists want a different one. I can't figure out why Postfix gets the error in the

[Mailman-Users] Group id Catch-22 after list move

2003-04-05 Thread Nick Arnett
e dang spammer decided to forge "listserv (at) mccmedia.com" as his spam's return address, which is aliased to mailman, so the internal list is getting swamped with bounces that look like postings from non-members.] Nick -- Nick Arnett Phone/fax: (408) 904-7198 [EMAIL PROTECTED]

[Mailman-Users] Separate Sender and Receiver?

2002-12-19 Thread Nick Seidenman
Has anyone tried a configuration that uses a different host for sending outgoing posts than the one receiving the incoming posts? Nick -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] inetd doesn't start mailman...?

2002-10-26 Thread Nick Arnett
x27;m afraid I don't know enough about this area to know where to look for the problem. Suggestions? Nick -- Nick Arnett Phone/fax: (408) 904-7198 [EMAIL PROTECTED] -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org

[Mailman-Users] Digests: "From" address and topics

2002-09-19 Thread Nick Arnett
I'm trying to make it easy for a friend to participate in a high-traffic list without having to read everything, and only receive one digest a day, but it really isn't working well -- very frustrating. (The friend is David Brin, the writer and fu

RE: [Mailman-Users] email.iterators missing after upgrading Mailman & Python...?

2002-07-29 Thread Nick Arnett
Uninstalling Python and reinstalling with the RPMs from python.org appears to have solved this problem. Nick > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Nick Arnett > Sent: Monday, July 29, 2002 7:01 PM > To: [EMAIL PROTE

[Mailman-Users] email.iterators missing after upgrading Mailman & Python...?

2002-07-29 Thread Nick Arnett
I'm trying to upgrade from 2.01 to 2.2b1 and RH 7.2... and all seemed to go well, except that it's not finding email.iterators. I don't even see the email module in the Python installation, which mystifies me. I've installed Python 2.2 (#1, April 12). It looks to me as though the email module s

RE: [Mailman-Users] Feedback?

2002-07-17 Thread Nick Arnett
Thanks for the suggestion, that that's not really what I'm after. I'm talking about adding that sort of functionality to the e-mail messages themselves, with links back to the server. I'm quite familiar with Slashdot, Zope, etc. Nick > -Original Message- &

[Mailman-Users] Feedback?

2002-07-16 Thread Nick Arnett
archives, but that'll require login to identify who's voting. Any and all suggestions will be welcome. Pointers on the best place(s) to touch the code will be gratefully accepted. Nick -- [EMAIL PROTECTED] (408) 904-7198 -- Mailman-U

[Mailman-Users] How To Setup Crontab

2002-04-06 Thread Nick Cockinos
e and have been unsuccesful in getting it working. When I ps aux for mailman all I get is the grep line, so no running process. How do I set up my system to start mailman automatically(if that's what I'm meant to do). I run Debian 2.4?? Thanks in advance Regards, Nick Cocki

Re: [Mailman-Users] Listserver subscription results

2002-03-13 Thread Nick Simicich
nothing for which he is willing to fight, nothing he cares about more than his own personal safety, is a miserable creature who has no chance of being free, unless made so by the exertions of better men than himself. -- John Stuart Mill Nick Simicich - [EMA

[Mailman-Users] Progressive problem follow up

2002-03-13 Thread Nick Cockinos
r manually entered. If i send a help request i get nothing back yet if I sign up using either manual or web based sign-up I get the confirmation request. Any ideas are greaty appreciated. Thanks to Dirk for previous replies and thanks inadvance to those who can help Nic

[Mailman-Users] GID problem

2002-03-13 Thread Nick Cockinos
exec script. WANTED gid 8, GOT gid 65534. (Reconfigure to take 65534?) Thanks in advance Nick Cockinos -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.

[Mailman-Users] Trouble Creating List Owners

2002-03-13 Thread Nick Cockinos
version unknown Thanks in advance for your help and patience Nick Cockinos -- 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] Mailman doesn't create List Owner

2002-03-12 Thread Nick
s has been done. Can someone please shed some light on this problem for me Nick Cockinos -- 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] Mailman doesn't create List Owner

2002-03-12 Thread Nick
that this has been done.   Can someone please shed some light on this problem for me   Nick Cockinos

[Mailman-Users] email database

2002-02-04 Thread Nick Riemondi
e a happy man. Can anyone point me in the right direction? Thanks, Nick -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] posts going to -request, too

2001-06-01 Thread Nick Seidenman
I can see. I'm running 2.0.3, btw. TiA, nick -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] Received headers

2001-05-22 Thread Nick Seidenman
On Tue, 22 May 2001, alex wetmore wrote: > On Tue, 22 May 2001, Nick Seidenman wrote: > > Is it possible to have mailman pass Received: (or any other) headers > > through? If so, how? > > It already does. These came off of your message, as it was received > in m

[Mailman-Users] Received headers

2001-05-22 Thread Nick Seidenman
Is it possible to have mailman pass Received: (or any other) headers through? If so, how? -- nick -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users