[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] 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] 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

[Mailman-Users] Re: Archive format

2004-04-12 Thread Paul H Byerly
On 10:30 AM 4/12/2004, [EMAIL PROTECTED] wrote: The messages in archives don't wrap, so a line of text runs way off the screen. I've removed all content filtering commands, as well as disabling content filtering, but it still happens. When I was looking at this it seemed to me it should be

[Mailman-Users] Re: archive clean-up?

2003-08-27 Thread Will Froning
~mailman/bin/list_owners -w OR ~mailman/bin/list_admins -a On Wed, 27 Aug 2003 12:02:00 -0400 [EMAIL PROTECTED] wrote: From: Tim Tyler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: [Mailman-Users] archive clean-up? Date: Wed, 27 Aug 2003 10:41:24 -0500 (CDT)