[Mailman-Users] To, Sender, Return-Path, and Errors-To headers all have wrong host name

2003-12-17 Thread Rob Saul
I've been scouring the FAQ and list archives trying to find a solution. I've got mailman set up on a host that I using virtual hosting on. Incoming mail is handled by sendmail using the mm_handler from contrib. email flows in and out just fine. Problem is the headers To, Sender, Return-Path, and

Re: [Mailman-Users] Block domain

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Jones wrote: > On Wed, 2003-12-17 at 18:13, Todd wrote: [...] >> That regex only matches if the address begins with domain.com. You >> might want something more like @domain.com$ or possibly [EMAIL PROTECTED] >> (I don't know if the former works i

Re: [Mailman-Users] Help Please

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Gammon wrote: > Some spamer has gotten ahold of our email address and is sending > spam. Mailman stops it, but sends it to me for > approval/reject/discard. > > Is there a way to NOT accept non-subscribers mail at all? In Mailman 2.1 you can set t

[Mailman-Users] Help Please

2003-12-17 Thread Jim Gammon
I am sorry to ask for help, but I cannot figure out one tiny problem. Some spamer has gotten ahold of our email address and is sending spam. Mailman stops it, but sends it to me for approval/reject/discard. Is there a way to NOT accept non-subscribers mail at all? JimG Powered by the E-mail PI

Re: [Mailman-Users] Block domain

2003-12-17 Thread Dan Jones
On Wed, 2003-12-17 at 18:13, Todd wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dan Jones wrote: > > I want to block all mail from a specific domain. Under Privacy > > options/sender filters, in the box marked "List of non-member addresses > > whose postings will be automatically d

[Mailman-Users] Moderator access.....

2003-12-17 Thread Douglas King
How does one set up a ver 2.x mail list where a moderator can have a separate login. I have looked numerous times through the web pages, and the FAQ's, help files, and docs on the list.org site. Nothing mention anything about the URL for the moderators, and how they log in. Here is what I ha

Re: [Mailman-Users] broken mails from "Internet Mail Service(5.5.2656.59)"

2003-12-17 Thread Ɓukasz Michalski
Simon White wrote: > Yes there IS a way to do it with Outlook. Or Outlook Express. You can > set Plain Text settings for the outgoing email (Tools, Options, Send > format) and make sure that it is not encoded at all, or use Base64 or QP > as you wish, you can specify the character encoding (ISO-88

RE: [Mailman-Users] Block domain

2003-12-17 Thread Christopher Jackson
If I'm not mistaken, ^ in regex means 'start's with' so what you are saying is anything that starts with domain.com should be dropped. I think you want something more like [EMAIL PROTECTED] or [EMAIL PROTECTED] I could be wrong though... -- Christopher Jackson IT Manager Avaki Corporation Office

Re: [Mailman-Users] Block domain

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Jones wrote: > I want to block all mail from a specific domain. Under Privacy > options/sender filters, in the box marked "List of non-member addresses > whose postings will be automatically discarded" I put ^domain.com. This > should be a simple

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gour wrote: > Todd ([EMAIL PROTECTED]) wrote: [...] >> All right. I see now. When you look at the code for >> GetBaseArchiveURL(), you see that it inverts the VIRTUAL_HOST >> dictionary (or is it a list?) and uses emailhost as the key. So with >> th

[Mailman-Users] Block domain

2003-12-17 Thread Dan Jones
I want to block all mail from a specific domain. Under Privacy options/sender filters, in the box marked "List of non-member addresses whose postings will be automatically discarded" I put ^domain.com. This should be a simple regular expression that will always match the domain name, but I still

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Gour
Todd ([EMAIL PROTECTED]) wrote: Hi Todd! Fortunately I did not bet on Apache :-) > All right. I see now. When you look at the code for > GetBaseArchiveURL(), you see that it inverts the VIRTUAL_HOST > dictionary (or is it a list?) and uses emailhost as the key. So with > the emailhost the sam

[Mailman-Users] Authorise by batch

2003-12-17 Thread mailings
Hi all, I am not really a Python programmer and i do have problem. I want to make a closed mailinglist and authorize aprox. a few hundred users to mail to this list. You can imagine i don't wanna do this via the GUI. Does someone has a example script how i can authorise a list of email adresses

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gour wrote: > Todd ([EMAIL PROTECTED]) wrote: > >> Perhaps you could post all your add_virtualhost() calls from >> mm_cfg.py. That might help someone spot something useful. > > DEFAULT_EMAIL_HOST = 'lists.domain.com' > DEFAULT_URL_HOST = 'lists.domain

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Gour
Todd ([EMAIL PROTECTED]) wrote: > The private archive url uses a different method to create the URL, > bypassing the VIRTUAL_HOSTS list. You can take a look at the code in > Archiver.py where GetBaseArchiveURL() is defined to see the difference > in how the URL's are determined. OK. Clear. > Wh

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gour wrote: > Todd ([EMAIL PROTECTED]) wrote: > >> If you don't see the old URL in config.pck using dumpdb, then the >> URL has to be getting picked up from the general mailman config, >> either in mm_cfg.py or Defaults.py, I would think. > > There is

[Mailman-Users] HTML messages in list archives

2003-12-17 Thread Christopher Jackson
ble Type: image/jpeg Size: 1241 bytes Desc: not available Url : http://mailman.avaki.com/pipermail/mailman/attachments/20031217/131436d3/attachment.jpg I don't see any notice of discard in /usr/local/mailman/logs/vette and the message is delivered to list members. Is there anyway to have all

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Gour
Todd ([EMAIL PROTECTED]) wrote: > If you don't see the old URL in config.pck using dumpdb, then the URL > has to be getting picked up from the general mailman config, either in > mm_cfg.py or Defaults.py, I would think. There is nothing like that and why should private url work? > Here's a quick

Re: [Mailman-Users] mailman and https

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lukas Ruf wrote: > Todd <[EMAIL PROTECTED]> [2003-12-17 13:06]: [...] >> If it's not and you just want to run this for all lists, then the >> -a/--all option for withlist might be what you want. > > I assume this is not possible for multiple virtual do

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gour wrote: > dumpdb shows that everything is clean. H. > I'll check (again) with PUBLIC_ARCHIVE_URL, but what about > config.pck? If you don't see the old URL in config.pck using dumpdb, then the URL has to be getting picked up from the general

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Gour
Todd ([EMAIL PROTECTED]) wrote: > config_list doesn't output every list setting. Using dumpdb you might > find where the bad url is stored. Then you can add that to a > config_list output file, change the value to what you want and > re-import it with config_list. dumpdb shows that everything i

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gour wrote: > I have tried wiht config_list and there was nothing suspicious in > non-working list. config_list doesn't output every list setting. Using dumpdb you might find where the bad url is stored. Then you can add that to a config_list output

Re: [Mailman-Users] re-creating list archive - old List-Archive problem

2003-12-17 Thread Gour
Todd ([EMAIL PROTECTED]) wrote: > That's not too difficult. Basically, you can use the fix_url.py > script as an example of how to create a withlist script to change any > list values you need. You can also use config_list to export the list > config to a file and then add or edit the value you

[Mailman-Users] upgrade from 2.0.13

2003-12-17 Thread jsingh
Hey guys How difficult is the upgrade from 2.0.13 to the latest and do you suggest upgrading it ? I mean what are the big benefits ? Thanks Jaskaran Singh University Systems & Security Fairleigh Dickinson University 1000 River Road, Mail Stop TBH1-01 Teaneck, NJ 07666

[Mailman-Users] Email To Field should contain the real destination address

2003-12-17 Thread Dieter Ripp
Hallo all The "To" field of the received mail from the mailing list contains always the name of the mailing list. But we want the real receiver email address. How can I solve this requirements. Thanks in advance Dieter Ripp -- Mailman-Users

[Mailman-Users] no subjects in pipermail archive listing

2003-12-17 Thread Guy Antony Halse
Recently several of the mailing lists we run have developed a strange problem when generating the pipermail web archive pages. For a period of about ten days or so, all mail messages posted to the mailing list appear in the web archive with a subject of "No subject". When I view the actual messag

Re: [Mailman-Users] mailman and https

2003-12-17 Thread Lukas Ruf
Hi Todd, thanks for the reply. > Todd <[EMAIL PROTECTED]> [2003-12-17 13:06]: > > Lukas Ruf wrote: > > Thanks for the answer! I have changed the settings. However, when I > > try running fix_url.py it does not work. I read the FAQ and googled > > the web... > > > > Running fix_url.py resulted

Re: [Mailman-Users] mailman and https

2003-12-17 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lukas Ruf wrote: > Thanks for the answer! I have changed the settings. However, when I > try running fix_url.py it does not work. I read the FAQ and googled > the web... > > Running fix_url.py resulted in > > komsys-pc-ruf:/home/mailman/bin# ./withl

Re: [Mailman-Users] mailman and https

2003-12-17 Thread Lukas Ruf
> Todd <[EMAIL PROTECTED]> [2003-11-24 18:55]: > > Lukas Ruf wrote: > > I run several mailing list on various virtual hosts with mailman > > 2.1.2 on a Linux 2.4 server. This works just great! (Thanks to the > > developers!). > > > > However, I would like to secure all administrative web-pages by

Re: [Mailman-Users] Help with Config?

2003-12-17 Thread Simon White
16-Dec-03 at 13:18, Bryan Dyson ([EMAIL PROTECTED]) wrote : > I have mailman setup. I'm able to create lists send invitations and > administer the lists via www. The one thing That doesn't seem to work > is when a list member sends to the list. The post never goes to > anyone. Could anyone give me