[Mailman-Users] searchable archive

2024-04-18 Thread Laack, Andrea P. via Mailman-Users
I am setting up a Mailman 2 instance and am looking for a searchable archiver. Is there anything available for Mailman 2 that provides searching? Andrea Andrea Laack Research & Tech Innov Svcs Mayo Clinic 507-538-3831 laack.and...@mayo.edu

[Mailman-Users] Re: archive

2023-12-05 Thread Mark Sapiro
On 12/4/23 14:34, Laack, Andrea P. via Mailman-Users wrote: I am attempting to read in majordomo archives into mailman 2 using /bin/arch. We are currently running a nightly archive which nightly moves list-archive to a mmmdd file. Now I need to put these into one file to run /bin/arch in

[Mailman-Users] MM2: Archive search function for a private list?

2021-03-29 Thread Jayson Smith
Hi, I run a list for members of an organization. Recently I was asked by a member if the archives had a search function. With MM2 they don't, I know. This is a private list, so I don't want it publicly searchable. Does anyone know of a web application that can be deployed on a Linux server

[Mailman-Users] Re: Archive Issue -- prune_arch doesn't remove detached attachments?

2020-12-22 Thread Juliano Alves Guidini
Hi, I'm observed this behavior too. To solve, I used a script on cron, like this, to maintain 2 years of archive: [...] year=`date --date='2 years ago' +%Y` month=`date --date='last month' +%m` data_corte="${ano}${mes}" path_private='/usr/local/mailman/archives/private' find "${path_private}"

[Mailman-Users] Re: Archive Issue -- prune_arch doesn't remove detached attachments?

2020-12-22 Thread Mark Sapiro
On 12/22/20 8:35 AM, Mark Sapiro wrote: > > My current thinking is if the list's scrub_nondigest setting is Yes, > remove the "pruned" attachments and if either -b/--backup or > -p/--preserve is specified, backup/preserve them too. > > Other thoughts are welcome. > I've updated the script at

[Mailman-Users] Re: Archive Issue -- prune_arch doesn't remove detached attachments?

2020-12-22 Thread Mark Sapiro
On 12/22/20 6:48 AM, Stephen J. Turnbull wrote: > Ralf Hildebrandt writes: > > > Today I issued "prune_arch -l flohmarkt -d 30" and wondered about > > the immense size of the corresponding archive directory > > archives/private/flohmarkt > > > Shouldn't prune_arch also clean out the

[Mailman-Users] Removed archive messages won't die

2020-09-23 Thread Thomas Gramstad
I'm trying to get rid of some test messages, unsubscribe messages, and a misdirected personal message from a public list archive (Mailman 2.1.29). The problem is that the archived messages keep resurrecting themselves in the date.html file, even if the actual message files have been deleted,

[Mailman-Users] Re: Archive Issue

2020-09-18 Thread Mark Sapiro
On 9/18/20 6:48 AM, Dennis Putnam wrote: > > You are correct. However, the test system was cloned with just a > hostname change. The original production system, from which the test > system was cloned, has the same problem. So you should fix that in the same way. How it broke, I don't know

[Mailman-Users] Re: Archive Issue

2020-09-18 Thread Dennis Putnam
On 9/17/2020 8:15 PM, Mark Sapiro wrote: > On 9/17/20 4:49 PM, Dennis Putnam wrote: >>   >> I'll give that a try tomorrow. In the meantime I discovered something >> that may or may not be relevant. Apparently the last saved archive was >> in Feb 2020. That was when I did a 'yum update' to version

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Mark Sapiro
On 9/17/20 4:49 PM, Dennis Putnam wrote: >   > I'll give that a try tomorrow. In the meantime I discovered something > that may or may not be relevant. Apparently the last saved archive was > in Feb 2020. That was when I did a 'yum update' to version 2.1.15 to > resolve the DMARC problem. I am

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Dennis Putnam
On 9/17/2020 5:34 PM, Mark Sapiro wrote: > On 9/17/20 11:50 AM, Dennis Putnam wrote: >> Hit a bug page. Note this is the production server running 2.1.15 but >> the test server running 2.1.34 got the same thing. This is the error log: >> >> Sep 17 12:37:13 2020 admin(24458): >>

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Mark Sapiro
On 9/17/20 11:50 AM, Dennis Putnam wrote: > Hit a bug page. Note this is the production server running 2.1.15 but > the test server running 2.1.34 got the same thing. This is the error log: > > Sep 17 12:37:13 2020 admin(24458): > > admin(24458):

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Dennis Putnam
On 9/17/2020 2:57 PM, Dmitri Maziuk wrote: > On 9/17/2020 1:50 PM, Dennis Putnam wrote: > >> admin(24458): OSError: [Errno 21] Is a directory: >> '/var/lib/mailman/archives/public/rushtalk' > > ICBW but files in public/ should be symlinks to subdirs in private/ > i.e. public/rushtalk should be a

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Dmitri Maziuk
On 9/17/2020 1:50 PM, Dennis Putnam wrote: admin(24458): OSError: [Errno 21] Is a directory: '/var/lib/mailman/archives/public/rushtalk' ICBW but files in public/ should be symlinks to subdirs in private/ i.e. public/rushtalk should be a symlink to private/rushtalk and not a directory.

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Dennis Putnam
On 9/17/2020 1:06 PM, Mark Sapiro wrote: > OK. First make a backup of /var/lib/mailman/archives/public/ just in > case, although it appears that > /var/lib/mailman/archives/private/rushtalk is more up to date. Then go > to the web admin UI for both the mailman and rushtalk lists and set >

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Mark Sapiro
On 9/17/20 9:39 AM, Dennis Putnam wrote: > On 9/17/2020 12:29 PM, Mark Sapiro wrote: >> On 9/17/20 9:06 AM, Dennis Putnam wrote: >> >> Before doing anything, show me the results of >> ls -la /var/lib/mailman/archives/public/ > # ls -la /var/lib/mailman/archives/public/ > total 44 > drwxrwsr-x.   4

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Dennis Putnam
On 9/17/2020 12:29 PM, Mark Sapiro wrote: > On 9/17/20 9:06 AM, Dennis Putnam wrote: > > Before doing anything, show me the results of > ls -la /var/lib/mailman/archives/public/ # ls -la /var/lib/mailman/archives/public/ total 44 drwxrwsr-x.   4 root mailman    37 Jul 31  2019 . drwxrwsr-x.   4

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Mark Sapiro
On 9/17/20 9:06 AM, Dennis Putnam wrote: > There are no sym links. Private looks like just place holders as there > is no data there nor any archives. It looks like everything is in > public. The ownership is root:mailman and the group has R/O permissions. > Only root has write. I'm assuming that

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Dennis Putnam
On 9/17/2020 11:40 AM, Mark Sapiro wrote: > > What makes you think messages aren't being archived? Because when I look at it via the web, the emails I sent as a test are not there. There is no September 2020 link and the date on the mbox file is old (Feb 2020). > > Is your archive public? If so,

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Mark Sapiro
On 9/17/20 7:56 AM, Dennis Putnam wrote: > On 9/17/2020 10:43 AM, Mark Sapiro wrote: >> >> Is ArchRunner running? Are there entries in /var/spool/mailman/archive/? > Looks like it: What makes you think messages aren't being archived? Is your archive public? If so, is

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Dennis Putnam
On 9/17/2020 10:43 AM, Mark Sapiro wrote: > > Is ArchRunner running? Are there entries in /var/spool/mailman/archive/? Looks like it: ● mailman.service - GNU Mailing List Manager    Loaded: loaded (/usr/lib/systemd/system/mailman.service; disabled; vendor preset: disabled)    Active: active

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Mark Sapiro
On 9/17/20 7:24 AM, Dennis Putnam wrote: > On 9/17/2020 9:59 AM, Mark Sapiro wrote: >> On 9/17/20 6:49 AM, Dennis Putnam wrote: >>> For some reason, messages are not being archived. I see no error in the >>> logs and check_perms says no problems found. Any suggestions on how to >>> get archive

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Dennis Putnam
On 9/17/2020 9:59 AM, Mark Sapiro wrote: > On 9/17/20 6:49 AM, Dennis Putnam wrote: >> For some reason, messages are not being archived. I see no error in the >> logs and check_perms says no problems found. Any suggestions on how to >> get archive working? Thanks. > > Is

[Mailman-Users] Re: Archive Issue

2020-09-17 Thread Mark Sapiro
On 9/17/20 6:49 AM, Dennis Putnam wrote: > For some reason, messages are not being archived. I see no error in the > logs and check_perms says no problems found. Any suggestions on how to > get archive working? Thanks. Is /var/lib/mailman/archives/private/.mbox/.mbox being updated? Are any logs

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-15 Thread Stephen J. Turnbull
rchive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-14 Thread Mark Sapiro
listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-14 Thread Tom Corcoran
40gmail.com > -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-14 Thread Stephen J. Turnbull
t Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/option

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-14 Thread Tom Corcoran
g/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-04 Thread Stephen J. Turnbull
.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-03 Thread Brian Carpenter
/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-03 Thread Tom Corcoran
n-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-03 Thread Brian Carpenter
Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-03 Thread Bryan Teague
Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-03 Thread Tom Corcoran
rg https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-01 Thread Mark Sapiro
il.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] No archive files but 2 lists taking up 50MB in cPanel?

2019-10-01 Thread Tom Corcoran
/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Suppressing Archive AND Digest Generation and collection

2018-06-14 Thread Mark Sapiro
l.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Suppressing Archive AND Digest Generation and collection

2018-06-14 Thread Parker, Michael D.
/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Private archive file not found

2018-05-09 Thread david doonan
lman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Private archive file not found

2018-05-08 Thread David Doonan
ist.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Private archive file not found

2018-05-08 Thread Mark Sapiro
--- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: h

[Mailman-Users] Private archive file not found

2018-05-08 Thread David Doonan
man/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Searchable archive for mailman mailing-lists?

2017-01-17 Thread Lindsay Haisley
ilman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Searchable archive for mailman mailing-lists?

2017-01-17 Thread Mark Dale
p://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Searchable archive for mailman mailing-lists?

2017-01-17 Thread Mark Sapiro
ttp://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Searchable archive for mailman mailing-lists?

2017-01-16 Thread Fernando Gont
/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Mailman archive creation problem

2016-09-21 Thread Mark Sapiro
--- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Mailman archive creation problem

2016-09-20 Thread Limperis Antonis
uot;el_GR.ISO8859-7" LC_IDENTIFICATION="el_GR.ISO8859-7" LC_ALL= Thank you for your attention. Antonis -Original Message- From: Mailman-Users [mailto:mailman-users-bounces+limperis=cti...@python.org] On Behalf Of Mark Sapiro Sent: Friday, September 16, 2016 6:31 PM To:

Re: [Mailman-Users] Mailman archive creation problem

2016-09-16 Thread Mark Sapiro
lman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Mailman archive creation problem

2016-09-16 Thread Limperis Antonis
ps://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] mailman archive not working

2016-08-17 Thread Mark Sapiro
ython.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] mailman archive not working

2016-08-09 Thread Caesar Samsi
-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] searchable archive options for cPanel server

2016-07-14 Thread David Andrews
lman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] searchable archive options for cpanel server

2016-07-14 Thread Mark Sapiro
FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] searchable archive options for cpanel server

2016-07-14 Thread Jason Fayre
/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Mailman Archive Migration Question

2016-04-09 Thread Mark Sapiro
mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Mailman Archive Migration Question

2016-04-09 Thread Richard Robbins
://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Delete Archive

2015-11-09 Thread am via Mailman-Users
/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Delete Archive

2015-11-09 Thread Mark Sapiro
Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Delete archive?

2015-11-06 Thread am via Mailman-Users
Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Delete archive?

2015-11-06 Thread Mark Sapiro
-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] merging archive volumes

2014-09-03 Thread Fabian Santiago
://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] merging archive volumes

2014-09-03 Thread Mark Sapiro
/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] merging archive volumes

2014-09-03 Thread Fabian Santiago
://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Moving Archive Lists

2014-07-22 Thread McGregor, Donald (Don) (CIV)
-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Moving Archive Lists

2014-07-22 Thread Mark Sapiro
://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Moving Archive Lists

2014-07-22 Thread McGregor, Donald (Don) (CIV)
://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Moving Archive Lists

2014-07-21 Thread McGregor, Donald (Don) (CIV)
://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Moving Archive Lists

2014-07-21 Thread Stephen J. Turnbull
-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Moving Archive Lists

2014-07-21 Thread Mark Sapiro
-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Changing Archive Frequency

2014-03-13 Thread Sajan Parikh
/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] monthly archive

2012-11-19 Thread Thufir
: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] monthly archive

2012-11-19 Thread Mark Sapiro
Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Mailman archive - archive date does not match thedate the message was posted

2012-11-06 Thread Anthony Wilson (Jaf)
@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive

[Mailman-Users] Mailman archive - archive date does not match the date the message was posted

2012-11-04 Thread Anthony Wilson (Jaf)
/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Mailman archive - archive date does not match thedate the message was posted

2012-11-04 Thread Mark Sapiro
/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Mailman archive forbidden

2012-09-11 Thread Massimo Barbieri
/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Mailman archive forbidden

2012-09-11 Thread Massimo Barbieri
/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Mailman archive forbidden

2012-09-11 Thread Mark Sapiro
://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] regarding Archive messages

2012-04-03 Thread Robert (Bob) Hamilton
: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] regarding Archive messages

2012-04-03 Thread Mark Sapiro
/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] regarding Archive messages

2012-04-02 Thread Amit Bhatt
/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] regarding Archive messages

2012-04-02 Thread Mark Sapiro
/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Online archive contains odd strings like%(indexing_disable)s

2012-03-13 Thread Rosenbaum, Larry M.
Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Online archive contains odd strings like %(indexing_disable)s

2012-03-12 Thread Rosenbaum, Larry M.
/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Online archive contains odd strings like%(indexing_disable)s

2012-03-12 Thread Mark Sapiro
/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Adding archive link to mail footer?

2012-03-05 Thread Sascha Rissel
-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users

Re: [Mailman-Users] Adding archive link to mail footer?

2012-03-05 Thread Mailman Admin
: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Adding archive link to mail footer?

2012-03-05 Thread Mark Sapiro
-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive

2012-02-24 Thread Peter
. I changed it tot list:www-data and now added to the archive Thanks Peter -- 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

[Mailman-Users] No archive

2012-02-23 Thread Peter
Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] No archive

2012-02-23 Thread Mark Sapiro
Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] public archive points to private archive directory

2011-10-27 Thread Russell L. Carter
/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] public archive points to private archive directory

2011-10-27 Thread Mark Sapiro
Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] public archive points to private archive directory

2011-10-27 Thread Mark Sapiro
://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] public archive points to private archive directory

2011-10-27 Thread Russell L. Carter
/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] public archive points to private archivedirectory

2011-10-27 Thread Mark Sapiro
://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Include archive URL for the current email (in the footer)?

2011-10-18 Thread Sebastian Kayser
://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Include archive URL for the current email (in thefooter)?

2011-10-18 Thread Mark Sapiro
/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

  1   2   3   4   >