[Mailman-Users] how to virtual domain

2008-07-18 Thread Dony Tata
how to configure virtual domain with tutorial in 
http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html, 

Here's an example.  Say that Postfix is configured to handle the virtual
domains dom1.ain, dom2.ain, and dom3.ain, and further
that in your main.cf file you've got the following settings: 
myhostname = mail.dom1.ain
mydomain = dom1.ain
mydestination = $myhostname, localhost.$mydomain
virtual_alias_maps =
hash:/some/path/to/virtual-dom1,
hash:/some/path/to/virtual-dom2,
hash:/some/path/to/virtual-dom3

If in your virtual-dom1 file, you've got the following lines: 
dom1.ain  IGNORE
@dom1.ain @mail.dom1.ain
How to make file virtual-dom2 and virtual-dom3 ?



  
___
Dapatkan alamat Email baru Anda!
Dapatkan nama yang selalu Anda inginkan sebelum diambil orang lain!
http://mail.promotions.yahoo.com/newdomains/id/
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] My thoughts on mailman

2008-07-18 Thread Mike Brown
Now that I am up and running, I want to express my thoughts about the program.

LOVE IT

While it didn't seem that way, based upon all of the previous e-mail, the
web interface to the mail list is top notch.

The developers have done an excellent job.

Thanks for a great mail list package.

MB
-- 
e-mail: [EMAIL PROTECTED]/~\ The ASCII
[I've been to Earth.  I know where it is. ]  \ / Ribbon Campaign
[And I'm gonna take us there.Starbuck  3/25/07]   X  Against
Visit - URL: http://vidiot.com/  / \ HTML Email
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Patches revised for MM 2.1.11

2008-07-18 Thread Richard Barrett
For anyone that uses them, I have put MM 2.1.11 compatible versions  
of the various Mailman patches I maintain up on my web site at:


http://www.openinfo.co.uk/mm/index.html

Patches are as follows:

Sourceforge Patch Number - Description
444879 - Archive indexer control to improve indexing.
444884 - Integration of Mailman  htdig for archive searching.
644797 - Revised mailer exit status.
760567 - Moderation request message content.
820723 - Mailman/pipermail/MHonarc integration
850805 - Aggressive anti email address harvesting measures
1442025 - List Specialisation for Support Groups
1483446 - Daily mbox files for list mbox archives

I will also upload them to Sourceforge as time permits, probably over  
this weekend.


--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Renaming lists - how to change the list real_name afterwards

2008-07-18 Thread Mark Sapiro

Aidan C A Hopkins at Wemail wrote:


Strange - I still get exactly the same error! The new list name I am 
using is exactly as included in the URI; I have tried all lowercase or 
even with the first letter uppercase - doesn't help.


The admin screen still shows the old name in the title line, twice right 
at the bottom, in the overview page, the name of the archives and so on. 
The URI of all these is showing the new name.


Could it be a permission problem on some file which is effectively hidden 
unless one knows where to look?!



I don't think so. It is a simple check of the entry for real_name 
against the list's internal name.


You can try the following in the Mailman directory:

$ bin/withlist -l newname
Loading list newname (locked)
The variable `m' is the newname MailList instance
 m.real_name
'OldName'
 m.real_name = 'NewName'
 m.Save()

Unlocking (but not saving) list: newname
Finalizing
$

You type the withlist command, and within withlist, you type the 
responses to the  prompts. On the  last line, your entry is 
control-D (end of file)


--
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] how to virtual domain

2008-07-18 Thread Mark Sapiro

Dony Tata wrote:
how to configure virtual domain with tutorial in http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html, 


Here's an example.  Say that Postfix is configured to handle the virtual
domains dom1.ain, dom2.ain, and dom3.ain, and further
that in your main.cf file you've got the following settings: 
myhostname = mail.dom1.ain

mydomain = dom1.ain
mydestination = $myhostname, localhost.$mydomain
virtual_alias_maps =
hash:/some/path/to/virtual-dom1,
hash:/some/path/to/virtual-dom2,
hash:/some/path/to/virtual-dom3

If in your virtual-dom1 file, you've got the following lines: 
dom1.ain  IGNORE

@dom1.ain @mail.dom1.ain
How to make file virtual-dom2 and virtual-dom3 ?



It would be much better if you would just describe what your 
configuration is and what you want to do rather than asking questions 
about some possibly irrelevant material from the installation manual.


--
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] My issue with using web server on the server to get to mailman

2008-07-18 Thread Dragon

Mike Brown wrote:

On Fri, Jul 18, 2008 at 12:27:27PM +0900, Stephen J. Turnbull wrote:
 Mike Brown writes:

   I then changed the hosts file to look like:
  
  192.168.1.1 mrvideo vidiot.com www.vidiot.com loghost

 Are you sure 192.168.1.1 isn't the DSL box?  192.168.1.1 is grabbed
 for themselves by many DSL boxes.  But whatever.

Yes.  The first DSL box I got was one of those passive types, where 
the computer

is set to the actual IP.  The Linux server used two ports at that time and the
internal LAN had the server at 192.168.1.1.  The Linux server did the
firewalling and NAT processing.  When the upgraded DSL connection was done,
it used new equipment and a new modem.  So I assigned 192.168.1.254 to the
DSL NAT box and that is used as the gateway address by all of the LAN
computers.

 Anyway, changing that to 127.0.0.1 should do what you want; the DSL
 box can't get its hands on that since it never leaves the local host
 at all.

Good idea, didn't think of doing it there.  So now the hosts file looks like:

127.0.0.1   localhost www.vdiot.com vidiot.com

Doing a ping got the right results:

mrvideo.ZROOT 64 ping -s vidiot.com
PING vidiot.com: 56 data bytes
64 bytes from localhost (127.0.0.1): icmp_seq=0. time=0.0620 ms

That is a good sign.

All went to pieces after that.  Putting vidiot.com as the URL got the damn
DSL modem's web page again.  That is just not right.  As you say, that should
be impossible.

Back to the drawing board to figure out what is going on with those packets.

BTW, the packets are really going to the DSL modem, because when I disconnect
the LAN cable to the bax, the browser freezes until I reconnect it, and the
pages gets loaded.

 End original message. -

This is seriously off-topic for this list but here goes anyway...


Do you have a host.conf file on your system? (You should in the /etc directory)

If so, does it have something like this in it?

order bind hosts


If so, reverse the order of lookup to:

order hosts bind


That will ensure that the IP address resolution is driven by what is 
in the hosts file before it goes out to any DNS server.


More info:
http://tldp.org/LDP/nag/node82.html



Dragon

~~~
 Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~


--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Palm Versamail user claims empty e-mail message bodies

2008-07-18 Thread Mark Sapiro

Clark Venable wrote:

I just started using Mailman (2.1.11) via Dreamhost.  I have one user
who tells me that, on his Palm Treo using Versamail (all software
up-to-date) he receives messages from the list, but the message body
is always blank. I've searched and read the posts on this forum and
have a) asked him if his e-mails have attachments that may actually
contain the message (there is not attachment) and b) have removed the
string of text that I was adding to the beginning of messages. Is
there anything obvious I'm missing (besides just encouraging him to
face the facts and get an iPhone)?

Thanks in advance for any ideas,



It's hard to say without seeing the an actual list message, but you may 
be able to work around this by setting content filtering to accept only 
text/plain parts or by making sure that msg_header and msg_footer are empty.


Or you could suggest to your user to subscribe to the 'plain' format digest.

--
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] script

2008-07-18 Thread Melinda Gilmore
I am trying to write a script with bin/withlist -l -r fix_url listname in
it.But I keep getting an erro for the fix_url part.   Like the script
cannot see the second half with the withlist.  The error I get is

Importing /usr/local/mailman/bin/fix_url...
Traceback (most recent call last):
  File /usr/local/mailman/bin/withlist, line 299, in ?
main()
  File /usr/local/mailman/bin/withlist, line 267, in main
__import__(module)
ImportError: No module named /usr/local/mailman/bin/fix_url


Has anyone had this problem in writing a script for mailman.

Thanks Mindy

Melinda Gilmore
Systems Engineer
The Ohio State University
Enterprise Messaging/OIT
614-292-4953

--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] script

2008-07-18 Thread Mark Sapiro

Melinda Gilmore wrote:

I am trying to write a script with bin/withlist -l -r fix_url listname in
it.But I keep getting an erro for the fix_url part.   Like the script
cannot see the second half with the withlist.  The error I get is

Importing /usr/local/mailman/bin/fix_url...
Traceback (most recent call last):
  File /usr/local/mailman/bin/withlist, line 299, in ?
main()
  File /usr/local/mailman/bin/withlist, line 267, in main
__import__(module)
ImportError: No module named /usr/local/mailman/bin/fix_url



It looks like your script actually has something which is or expands to

/usr/local/mailman/bin/withlist -l -r /usr/local/mailman/bin/fix_url ...

If so, this is the problem. The command in the script should be

/usr/local/mailman/bin/withlist -l -r fix_url ...

There must not be a path to 'fix_url'. fix_url will be imported from the 
same directory as withlist.


If this is not the issue, then please post more detail from the script.

--
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Renaming lists - how to change the list real_name afterwards

2008-07-18 Thread Aidan C A Hopkins
On 18 Jul 2008 at 8:11, Mark Sapiro wrote:
 Aidan C A Hopkins at Wemail wrote:
  
  Strange - I still get exactly the same error! The new list name I am
  using is exactly as included in the URI; I have tried all lowercase or
  even with the first letter uppercase - doesn't help.
  
  The admin screen still shows the old name in the title line, twice right
  at the bottom, in the overview page, the name of the archives and so on.
  The URI of all these is showing the new name.
  
  Could it be a permission problem on some file which is effectively
  hidden unless one knows where to look?!
 
 
 I don't think so. It is a simple check of the entry for real_name 
 against the list's internal name.
 
 You can try the following in the Mailman directory:
 
 $ bin/withlist -l newname
 Loading list newname (locked)
 The variable `m' is the newname MailList instance
   m.real_name
 'OldName'
   m.real_name = 'NewName'
   m.Save()
  
 Unlocking (but not saving) list: newname
 Finalizing
 $
 
 You type the withlist command, and within withlist, you type the 
 responses to the  prompts. On the  last line, your entry is 
 control-D (end of file)
 
 -- 
 Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Thanks very much - this did the trick, with one exception - the archives 
are still bearing the old name. Presumably this just needs a rebuild as 
mentioned somewhere in the FAQ which I used yesterday. 

Perhaps your instructions need adding to the FAQ?!

Thanks again for your invaluable help.


-- 
Aidan C A Hopkins | T: 01344 430023   
Wemail| 
14 Harpesford Avenue  | F: 0870 131 3602
VIRGINIA WATER|
GU25 4RD  | E: [EMAIL PROTECTED]
---
This message is intended for the exclusive use of the
addressee only. If you are not the intended recipient, you
should not use the contents nor disclose them to any other
person and you should immediately notify the sender and
delete the message, including any printed copy.

The addressee should satisfy him/herself that this message
contains no virus nor other harmful content (which could 
have been generated without the knowledge of the sender).
---


--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] still virtual domain

2008-07-18 Thread Dony Tata
how to configure virtual domain with tutorial in 
http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html, 

Here's an example.  Say that Postfix is configured to handle the virtual
domains dom1.ain, dom2.ain, and dom3.ain, and further
that in your main.cf file you've got the following settings: 
myhostname = mail.dom1.ain
mydomain = dom1.ain
mydestination = $myhostname, localhost.$mydomain
virtual_alias_maps =
hash:/some/path/to/virtual-dom1,
hash:/some/path/to/virtual-dom2,
hash:/some/path/to/virtual-dom3

If in your virtual-dom1 file, you've got the following lines: 
dom1.ain  IGNORE
@dom1.ain @mail.dom1.ain
How to make file virtual-dom2 and virtual-dom3 ?


  
___
Dapatkan nama yang Anda sukai!
Sekarang Anda dapat memiliki email di @ymail.com dan @rocketmail.com.
http://mail.promotions.yahoo.com/newdomains/id/
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] still virtual domain

2008-07-18 Thread Mark Sapiro

Dony Tata wrote:
how to configure virtual domain with tutorial in http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html, 


Here's an example.  Say that Postfix is configured to handle the virtual
domains dom1.ain, dom2.ain, and dom3.ain, and further
that in your main.cf file you've got the following settings: 
myhostname = mail.dom1.ain

mydomain = dom1.ain
mydestination = $myhostname, localhost.$mydomain
virtual_alias_maps =
hash:/some/path/to/virtual-dom1,
hash:/some/path/to/virtual-dom2,
hash:/some/path/to/virtual-dom3

If in your virtual-dom1 file, you've got the following lines: 
dom1.ain  IGNORE

@dom1.ain @mail.dom1.ain
How to make file virtual-dom2 and virtual-dom3 ?



Except for the subject this is exactly the same thing you posted less 
than 11 hours previously. My answer at 
http://mail.python.org/pipermail/mailman-users/2008-July/062683.html 
still applies.


As far as the virtual-dom2 and virtual-dom3 files in this example are 
concerned, like the virtual-dom1 file, they would be pre-existing files 
in your Postfix installation before integration with Mailman.


If you won't tell us what your configuration is and what you want to do, 
we can't help you.


--
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Renaming lists - how to change the list real_name afterwards

2008-07-18 Thread Mark Sapiro

Aidan C A Hopkins wrote:


Thanks very much - this did the trick, with one exception - the archives 
are still bearing the old name. Presumably this just needs a rebuild as 
mentioned somewhere in the FAQ which I used yesterday. 



Some of the archive pages like the TOC and the current month's index 
will be regenerated with the new name, but most of the pages are static 
at this point, so yes, a rebuild of the archive is required to fix them.




Perhaps your instructions need adding to the FAQ?!



Except I have no idea why you weren't able to change the name via the 
General Options page. I did it myself in my 2.1.11 installation to be 
sure it worked, and it did.


Is your Mailman a package? What version?

--
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] including text in msg_header from external files

2008-07-18 Thread Maciej Homziuk

Hi,

I have got the following problem: I would like use my own application to 
manage the headers in the e-mails that are being postet over my mailing 
list. My application saves txt file on my server and I would like 
mailman to load the content of that file and put it into the header.


Is there any way to do this?

best regards

M. Homziuk

--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] including text in msg_header from external files

2008-07-18 Thread Mark Sapiro

Maciej Homziuk wrote:


I have got the following problem: I would like use my own application to 
manage the headers in the e-mails that are being postet over my mailing 
list. My application saves txt file on my server and I would like 
mailman to load the content of that file and put it into the header.


Is there any way to do this?


How dynamic is this content. If it doesn't change often, you could 
consider wrapping it between


msg_header = 

and



So the whole file looks like

msg_header = Line 1
Line 2
etc.


and then run

bin/config_list -i /path/to/file listname

to update the list.

You could also modify Mailman/Handlers/Decorate.py to read the header 
from a file. To make it somewhat general, you could modify the 
decorate() function to look at the template argument and if it begins 
with a '/' consider it to be a path to a file containing the text. This 
would then work for messages and digests and headers and footers.


--
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Renaming lists - how to change the list real_name afterwards

2008-07-18 Thread Terri Oda

On 18-Jul-08, at 12:52 PM, Aidan C A Hopkins wrote:
Thanks very much - this did the trick, with one exception - the  
archives
are still bearing the old name. Presumably this just needs a  
rebuild as

mentioned somewhere in the FAQ which I used yesterday.

Perhaps your instructions need adding to the FAQ?!


The wiki can be edited by anyone, so please go ahead and do that Aidan!

 Terri

--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] list archives

2008-07-18 Thread Michael Welch


Mark Sapiro wrote at 10:14 AM 7/17/2008:
 
More importantly, how does one search the mailman archives looking
for all posts that contain particular text?


See http://wiki.list.org/x/OIA9.

I was pleased to see that the DreamHost implementation of the Mailman archives 
includes htdig, which seems to be a nice little search facility. 

- - - - - - - - - - - -
Michael Welch, volunteer
Redwood Alliance
PO Box 293
Arcata, CA 95518
707-822-7884
[EMAIL PROTECTED]
www.redwoodalliance.org

--
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-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9