[Mailman-Users] Mailman Archives problem

2021-01-05 Thread sundar
Hi,

I am using mailman 2.1.29, pipermail 0.09 , I am facing a problem with the
archives attachment.  The HTML attachments are scrubbed in the url like
"mailman/private/announce/attachments/20191231/1ef651ee/*attachment.htm*" ,
when we open that url it shows as  a html source code.   can anyone help me
with this issue?

It show as following :

html>


















" रोज एक हिन्दी
शब्द सीखें "



























-- 
Regards,
Sundar
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


Re: [Mailman-Users] Mailman Archives page not updating

2010-03-18 Thread LexIcon

Mark Sapiro wrote:

Then the recent posts are probably not in the
archives/private/LISTNAME.mbox/LISTNAME.mbox file, perhaps because of
some permissions error. If that is the reason, they are probably all
shunted and in the shunt queue. If so, you will find error messages
and tracebacks in Mailman's error log and running bin/unshunt will
probably archive the messages assuming the permissions or whatever
issue has been fixed.


Ah! I was relying on check_perms and did not look directly at the error
logs.

Ok, so I ran...

chown -hR mailman private/

... and changed the owner of everything in there to the mailman user. I
then ran...

./unshunt

... which took a long time to process, and then I ran...

./arch listname

... which did not seem to have resolved the issue, so I ran...

[r...@domain bin]# ./arch --wipe listname
/var/lib/mailman/archives/private/listname.mbox/listname.mbox

... which resulted in ...

Traceback (most recent call last):
 File ./arch, line 200, in ?
   main()
 File ./arch, line 177, in main
   shutil.rmtree(mlist.archive_dir())
 File /usr/lib/python2.4/shutil.py, line 155, in rmtree
   onerror(os.listdir, path, sys.exc_info())
 File /usr/lib/python2.4/shutil.py, line 153, in rmtree
   names = os.listdir(path)
OSError: [Errno 2] No such file or directory:
'/var/lib/mailman/archives/private/listname'

... and I checked the error logs again and found...

Feb 20 21:37:10 2010 (9826) Archive file access failure:
   /var/lib/mailman/archives/private/listname.mbox/listname.mbox
[Errno 13] Permission denied:
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'
Feb 20 21:37:10 2010 (9826) Uncaught runner exception: [Errno 13]
Permission denied:
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'
Feb 20 21:37:10 2010 (9826) Traceback (most recent call last):
 File /usr/lib/mailman/Mailman/Queue/Runner.py, line 112, in _oneloop
   self._onefile(msg, msgdata)
 File /usr/lib/mailman/Mailman/Queue/Runner.py, line 170, in _onefile
   keepqueued = self._dispose(mlist, msg, msgdata)
 File /usr/lib/mailman/Mailman/Queue/ArchRunner.py, line 73, in _dispose
   mlist.ArchiveMail(msg)
 File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 200, in
ArchiveMail
   self.__archive_to_mbox(msg)
 File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 169, in
__archive_to_mbox
   mbox = self.__archive_file(afn)
 File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 157, in
__archive_file
   return Mailbox.Mailbox(open(afn, 'a+'))
IOError: [Errno 13] Permission denied:
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'

Feb 20 21:37:10 2010 (9826) SHUNTING:
1266730628.7653761+286a6674cf078ace752aad7c7525dadae0f85338

... so no March errors, and I'm still not getting anywhere.

- Lex

--
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
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 Archives page not updating

2010-03-18 Thread Mark Sapiro
LexIcon wrote:

[...]
... so no March errors, and I'm still not getting anywhere.


That appears to be almost an exact repost of
http://mail.python.org/pipermail/mailman-users/2010-March/069102.html
which was answered at
http://mail.python.org/pipermail/mailman-users/2010-March/069103.html.

Did you see the answer?

-- 
Mark Sapiro m...@msapiro.netThe 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
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 Archives page not updating

2010-03-14 Thread LexIcon
In regards to previous list message 
http://mail.python.org/pipermail/mailman-users/2008-February/060593.html ...


I am entering arch in the /bin directory (/usr/lib/mailman/bin on a 
CentOS server), but the archive does not rebuild, and I only get the 
message i686 back.


I tried using cleanarch but I get the error message bash: cleanarch: 
command not found


I also get bash: mailmanctl: command not found

Typing ls, I can see all of the files are present, so I'm not sure 
what is going wrong.


- Lex
--
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
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 Archives page not updating

2010-03-14 Thread Mark Sapiro
LexIcon wrote:

I am entering arch in the /bin directory (/usr/lib/mailman/bin on a 
CentOS server), but the archive does not rebuild, and I only get the 
message i686 back.

I tried using cleanarch but I get the error message bash: cleanarch: 
command not found

I also get bash: mailmanctl: command not found

Typing ls, I can see all of the files are present, so I'm not sure 
what is going wrong.


Neither '/usr/lib/mailman/bin' or '.' is in your path so you need to
type

./arch
./cleanarch
./mailmanctl

etc.

-- 
Mark Sapiro m...@msapiro.netThe 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
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 Archives page not updating

2010-03-14 Thread Terri Oda
You're using the wrong arch; there's an arch command that tells you your 
machine's architecture (i.e. i686).


What you'll want to do is go into /usr/lib/mailman/bin and execute

./arch

and similarly for cleanarch

./cleanarch

from there to make sure that you're executing the right thing.  Or you 
can use the whole path (/usr/lib/mailman/bin/arch) to ensure that you're 
running the command you want to be running.


(This is happening because your machine (sensibly) doesn't look for 
executables in the current path.  I'm sure there's a nice tutorial as to 
why and how to work like this if you're curious.)


LexIcon wrote:
In regards to previous list message 
http://mail.python.org/pipermail/mailman-users/2008-February/060593.html 
...


I am entering arch in the /bin directory (/usr/lib/mailman/bin on a 
CentOS server), but the archive does not rebuild, and I only get the 
message i686 back.


I tried using cleanarch but I get the error message bash: cleanarch: 
command not found


I also get bash: mailmanctl: command not found

Typing ls, I can see all of the files are present, so I'm not sure 
what is going wrong.


- Lex
--
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
Searchable Archives: 
http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/terri%40zone12.com



--
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
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 Archives page not updating

2010-03-14 Thread LexIcon


Mark Sapiro wrote:

LexIcon wrote:

  
I am entering arch in the /bin directory (/usr/lib/mailman/bin on a 
CentOS server), but the archive does not rebuild, and I only get the 
message i686 back.


I tried using cleanarch but I get the error message bash: cleanarch: 
command not found


I also get bash: mailmanctl: command not found

Typing ls, I can see all of the files are present, so I'm not sure 
what is going wrong.




Neither '/usr/lib/mailman/bin' or '.' is in your path so you need to
type

./arch
./cleanarch
./mailmanctl

etc.

  


Thanks for the response. I actually started just using the full path 
names, but that's a helpful shortcut.


Ok, so I ran...

//usr/lib/mailman/bin///checkperms -f/

... and it fixed a bunch of issues... the current result is No problems 
found ... and now and I'm running...


//usr/lib/mailman/bin/arch listname//
/
... which processes a bunch of stuff, but the archive still does not 
update past 2008. When I look at the log, it is only processing archives 
though June 2008, even though it's a fairly active list and has had as 
many as 25 posts a day in the last few weeks.


Running...

/./check_db -a/

... I get results for all lists that look like...

/[r...@[domain] bin]# ./check_db -av
List: mailman
  /var/lib/mailman/lists/mailman/config.pck: okay
  /var/lib/mailman/lists/mailman/config.pck.last: okay
   [Errno 2] No such file or directory: 
'/var/lib/mailman/lists/mailman/config.db'
   [Errno 2] No such file or directory: 
'/var/lib/mailman/lists/mailman/config.db.last'/


... and now I'm really not sure what to try next. I also tried arch 
--wipe with no change in results and cleanarch which just spits back 
instructions and doesn't seem to run any operations. I'm not sure I have 
the cleanarch syntax right, nor do I really understand its function.


... With everything I've tried, it rebuilds the archives, but does not 
incorporate recent posts.


Lists started since the server move seem to archive new messages without 
issue.


- Lex
--
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
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 Archives page not updating

2010-03-14 Thread Mark Sapiro
LexIcon wrote:

Ok, so I ran...

//usr/lib/mailman/bin///checkperms -f/

... and it fixed a bunch of issues... the current result is No problems 
found ... and now and I'm running...

//usr/lib/mailman/bin/arch listname//
/
... which processes a bunch of stuff, but the archive still does not 
update past 2008. When I look at the log, it is only processing archives 
though June 2008, even though it's a fairly active list and has had as 
many as 25 posts a day in the last few weeks.


First, if you are trying to rebuild the entire archive, you should be
specifying --wipr ti bin/arch, BUT first verify that the
archives/private/LISTNAME.mbox/LISTNAME.mbox has the complete archive.

It seems that it may not.


Running...

/./check_db -a/

... I get results for all lists that look like...

/[r...@[domain] bin]# ./check_db -av
List: mailman
   /var/lib/mailman/lists/mailman/config.pck: okay
   /var/lib/mailman/lists/mailman/config.pck.last: okay
[Errno 2] No such file or directory: 
'/var/lib/mailman/lists/mailman/config.db'
[Errno 2] No such file or directory: 
'/var/lib/mailman/lists/mailman/config.db.last'/


That is a normal result.


... and now I'm really not sure what to try next. I also tried arch 
--wipe with no change in results and cleanarch which just spits back 
instructions and doesn't seem to run any operations. I'm not sure I have 
the cleanarch syntax right, nor do I really understand its function.

... With everything I've tried, it rebuilds the archives, but does not 
incorporate recent posts.


Then the recent posts are probably not in the
archives/private/LISTNAME.mbox/LISTNAME.mbox file, perhaps because of
some permissions error. If that is the reason, they are probably all
shunted and in the shunt queue. If so, you will find error messages
and tracebacks in Mailman's error log and running bin/unshunt will
probably archive the messages assuming the permissions or whatever
issue has been fixed.

-- 
Mark Sapiro m...@msapiro.netThe 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
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 Archives page not updating

2010-03-14 Thread LexIcon

Mark Sapiro wrote:

Then the recent posts are probably not in the
archives/private/LISTNAME.mbox/LISTNAME.mbox file, perhaps because of
some permissions error. If that is the reason, they are probably all
shunted and in the shunt queue. If so, you will find error messages
and tracebacks in Mailman's error log and running bin/unshunt will
probably archive the messages assuming the permissions or whatever
issue has been fixed.


Ah! I was relying on check_perms and did not look directly at the error 
logs.


Ok, so I ran...

chown -hR mailman private/

... and changed the owner of everything in there to the mailman user. I 
then ran...


./unshunt

... which took a long time to process, and then I ran...

./arch listname

... which did not seem to have resolved the issue, so I ran...

[r...@domain bin]# ./arch --wipe listname 
/var/lib/mailman/archives/private/listname.mbox/listname.mbox


... which resulted in ...

Traceback (most recent call last):
 File ./arch, line 200, in ?
   main()
 File ./arch, line 177, in main
   shutil.rmtree(mlist.archive_dir())
 File /usr/lib/python2.4/shutil.py, line 155, in rmtree
   onerror(os.listdir, path, sys.exc_info())
 File /usr/lib/python2.4/shutil.py, line 153, in rmtree
   names = os.listdir(path)
OSError: [Errno 2] No such file or directory: 
'/var/lib/mailman/archives/private/listname'


... and I checked the error logs again and found...

Feb 20 21:37:10 2010 (9826) Archive file access failure:
   /var/lib/mailman/archives/private/listname.mbox/listname.mbox 
[Errno 13] Permission denied: 
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'
Feb 20 21:37:10 2010 (9826) Uncaught runner exception: [Errno 13] 
Permission denied: 
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'

Feb 20 21:37:10 2010 (9826) Traceback (most recent call last):
 File /usr/lib/mailman/Mailman/Queue/Runner.py, line 112, in _oneloop
   self._onefile(msg, msgdata)
 File /usr/lib/mailman/Mailman/Queue/Runner.py, line 170, in _onefile
   keepqueued = self._dispose(mlist, msg, msgdata)
 File /usr/lib/mailman/Mailman/Queue/ArchRunner.py, line 73, in _dispose
   mlist.ArchiveMail(msg)
 File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 200, in 
ArchiveMail

   self.__archive_to_mbox(msg)
 File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 169, in 
__archive_to_mbox

   mbox = self.__archive_file(afn)
 File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 157, in 
__archive_file

   return Mailbox.Mailbox(open(afn, 'a+'))
IOError: [Errno 13] Permission denied: 
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'


Feb 20 21:37:10 2010 (9826) SHUNTING: 
1266730628.7653761+286a6674cf078ace752aad7c7525dadae0f85338


... so I'm still not getting anywhere.

- Lex
--
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
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 Archives page not updating

2010-03-14 Thread Mark Sapiro
LexIcon wrote:

Ok, so I ran...

chown -hR mailman private/

... and changed the owner of everything in there to the mailman user. I 
then ran...



What you really want is

chgrp -R mailman private/


./unshunt

... which took a long time to process, and then I ran...

./arch listname

... which did not seem to have resolved the issue, so I ran...

[r...@domain bin]# ./arch --wipe listname 
/var/lib/mailman/archives/private/listname.mbox/listname.mbox

... which resulted in ...

Traceback (most recent call last):
  File ./arch, line 200, in ?
main()
  File ./arch, line 177, in main
shutil.rmtree(mlist.archive_dir())
  File /usr/lib/python2.4/shutil.py, line 155, in rmtree
onerror(os.listdir, path, sys.exc_info())
  File /usr/lib/python2.4/shutil.py, line 153, in rmtree
names = os.listdir(path)
OSError: [Errno 2] No such file or directory: 
'/var/lib/mailman/archives/private/listname'


So there are now no 'listname' archives at all as they were probably
removed by a prior bin/arch --wipe.


... and I checked the error logs again and found...

Feb 20 21:37:10 2010 (9826) Archive file access failure:
/var/lib/mailman/archives/private/listname.mbox/listname.mbox 
[Errno 13] Permission denied: 
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'
Feb 20 21:37:10 2010 (9826) Uncaught runner exception: [Errno 13] 
Permission denied: 
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'
Feb 20 21:37:10 2010 (9826) Traceback (most recent call last):
  File /usr/lib/mailman/Mailman/Queue/Runner.py, line 112, in _oneloop
self._onefile(msg, msgdata)
  File /usr/lib/mailman/Mailman/Queue/Runner.py, line 170, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
  File /usr/lib/mailman/Mailman/Queue/ArchRunner.py, line 73, in _dispose
mlist.ArchiveMail(msg)
  File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 200, in 
ArchiveMail
self.__archive_to_mbox(msg)
  File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 169, in 
__archive_to_mbox
mbox = self.__archive_file(afn)
  File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 157, in 
__archive_file
return Mailbox.Mailbox(open(afn, 'a+'))
IOError: [Errno 13] Permission denied: 
'/var/lib/mailman/archives/private/listname.mbox/listname.mbox'

Feb 20 21:37:10 2010 (9826) SHUNTING: 
1266730628.7653761+286a6674cf078ace752aad7c7525dadae0f85338


So fix the group and permissions on
/var/lib/mailman/archives/private/listname.mbox and
/var/lib/mailman/archives/private/listname.mbox/listname.mbox

chgrp -R mailman /var/lib/mailman/archives/private/listname.mbox

chmod 2775 /var/lib/mailman/archives/private/listname.mbox

chmod 0664 /var/lib/mailman/archives/private/listname.mbox/listname.mbox


Then run unshunt again and this time check for errors and reshunted
messages before continuing.

Then run bin/arch --wipe listname

It would be a good idea to stop mailman  before doing all this, and
then start it when done.

-- 
Mark Sapiro m...@msapiro.netThe 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
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 archives

2009-10-21 Thread Krishnadas Kossery
When messages are archived in mailman, they are losing their original format.  
Tables appear as text and are not readable. I would like to retain the original 
format as is.
Please suggest.

Regards,
Krishna


--
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] Mailman archives

2009-10-21 Thread Mark Sapiro
Krishnadas Kossery wrote:

When messages are archived in mailman, they are losing their original format.  
Tables appear as text and are not readable. I would like to retain the 
original format as is.


What is the original format.

Please be more specific as to what is sent to the list, what is
received in messages delivered from the list and what is in the
archive.

I'm only guessing because of not having this information, but my guess
is your list does not filter content and the posts are
multipart/alternative with text/plain and text/html alternatives. You
see the HTML part in an email message, but in the archive you see the
text/plain part and the text/html part has been stored aside as
escaped 'raw' HTML.

-- 
Mark Sapiro m...@msapiro.netThe 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
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 archives

2009-10-21 Thread Krishnadas Kossery
Thank you Mark. We found a work around by providing a link in the footer as an 
attachment.  

Krishna



-Original Message-
From: Mark Sapiro [mailto:m...@msapiro.net] 
Sent: Wednesday, October 21, 2009 7:39 AM
To: Krishnadas Kossery; mailman-users@python.org
Subject: Re: [Mailman-Users] Mailman archives

Krishnadas Kossery wrote:

When messages are archived in mailman, they are losing their original format.  
Tables appear as text and are not readable. I would like to retain the 
original format as is.


What is the original format.

Please be more specific as to what is sent to the list, what is
received in messages delivered from the list and what is in the
archive.

I'm only guessing because of not having this information, but my guess
is your list does not filter content and the posts are
multipart/alternative with text/plain and text/html alternatives. You
see the HTML part in an email message, but in the archive you see the
text/plain part and the text/html part has been stored aside as
escaped 'raw' HTML.

-- 
Mark Sapiro m...@msapiro.netThe 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
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 Archives page not updating

2008-02-25 Thread Anthony Human
Hello

I'm relatively new to mailman. I've searched the mailman lists and tried to 
find a solution to my issue
but nothing.
Has anyone encountered the below issue and could offer some help.

I recently moved mailman from one server to another.I tarred up the old 
archives and moved 
them to the new server, and simply untarred them into:

/usr/local/mailman/archives/public/[list-name]

The system has been running for a few months now and I have noticed that the 
archives 
list doesn't show anything past the month when I moved over to the new server.
When I log onto the server, I can see the messages in .txt files for the 
following months after the move.
However, when I vi the index.html it looks the same as the site i.e. no months 
following the server move.
Is there a command I can run to update the archives webpage? Ideally I would 
like the archives webpage to update
automatically again.

Any help would be much appreciated.

Thanks in advance!
Anthony



  ___ 
Rise to the challenge for Sport Relief with Yahoo! For Good  

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman Archives page not updating

2008-02-25 Thread Mark Sapiro
Anthony Human wrote:

I recently moved mailman from one server to another.I tarred up the old 
archives and moved 
them to the new server, and simply untarred them into:

/usr/local/mailman/archives/public/[list-name]


That's your first problem. The archives are always in the
archives/private/ directory. The archives/public/ directory just
contains symlinks to the corresponding archives/private/[list-name]
directories.

Also did you move /archives/private/[list-name].mbox/ from the old
server. If not, you will never be able to rebuild your complete
archive from scratch.


The system has been running for a few months now and I have noticed that the 
archives 
list doesn't show anything past the month when I moved over to the new server.
When I log onto the server, I can see the messages in .txt files for the 
following months after the move.
However, when I vi the index.html it looks the same as the site i.e. no months 
following the server move.
Is there a command I can run to update the archives webpage? Ideally I would 
like the archives webpage to update
automatically again.


First you need to straighten out your archive file locations. You
should have

archives/private/[list-name]/ containing the html archives and
  pipermail data for the list.

archives/private/[list-name].mbox/[list-name].mbox
  the cumulative .mbox archive

archives/public/[list-name]   a symlink to
  archives/private/[list-name] but if
  the symlink doesn't exist, Mailman
  will create it for a public archive
  the first time the list is accessed.

Then, if as I suspect,
archives/private/[list-name].mbox/[list-name].mbox contains only the
post-move messages, you can add those to the html archive with

  bin/arch

If archives/private/[list-name].mbox/[list-name].mbox contains all the
list messages from the beginning, or you can piece together one that
does, then you can do

  bin/arch --wipe

to completely initialize and rebuild the html archive.

It is a good idea to first check the .mbox file with bin/cleanarch.

See 'bin/arch --help' and 'bin/cleanarch --help'.

-- 
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://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-22 Thread Uthra Rao
I found out the path to my mailing list archives. I first checked the link 
on the admin page -go to list archives - 2006-June.txt.gz File name. I 
then did a find on this file on our server. I found out that  my archives 
were in /var/lib/mailman/archives/public/newlist directory. I think by 
default in linux the archives are put here. Looks like I need NOT have put 
the following entry in my httpd.conf file:

Alias/pipermail//usr/lib/mailmanarchives/public

Thank you all for your help.

UR.





At 07:47 PM 6/20/2006, you wrote:
Uthra Rao wrote:

 
  From the admin web page of the list I am able to see the archives but if I
 login to the system and cd to /usr/lib/mailman/archives/public I don't see
 anything. I would like to know  in which directory it is archiving the
 messages?


All archives are created and maintained in the archives/private/
structure only. In addition, lists with public archives have a symlink
from archives/public/listname to archives/private/listname.

Any archive can be accesses via something like
http://example.com/mailman/private/listname/, but this requires
authentication even if the archive is public.

Public archives should be accessible via via something like
http://example.com/pipermail/listname/ (determined by
Defaults.py/mm_cfg.py setting PUBLIC_ARCHIVE_URL) which requires
something like

Alias /pipermail/ /usr/lib/mailman/archives/public/

in the web server configuration.

--
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://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/urao%40pop200.gsfc.nasa.gov

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-22 Thread Mark Sapiro
Uthra Rao wrote:

I found out the path to my mailing list archives. I first checked the link 
on the admin page -go to list archives - 2006-June.txt.gz File name. I 
then did a find on this file on our server. I found out that  my archives 
were in /var/lib/mailman/archives/public/newlist directory. I think by 
default in linux the archives are put here. Looks like I need NOT have put 
the following entry in my httpd.conf file:

Alias/pipermail//usr/lib/mailmanarchives/public

If you want to be able to access the archives via the 'pipermail' URL
without authentication, you need that alias, but it needs to be in
your case

Alias/pipermail//var/lib/mailman/archives/public/

The path /var/lib/mailman/ is not a 'Linux' default, but it may be
where some packager puts mutable data by default. This path is set by
the --with-var-prefix option to configure and defaults to the --prefix
setting which in turn defaults to /usr/local/mailman.

In other words, in a totally default Mailman installation, everything
is in /usr/local/mailman/ by default, but anyone who configures a
package can put things where they want.

Also, just to emphasize what I indicated previously, Actual archive
data is stored (in your case) in
/var/lib/mailman/archives/private/newlist/*.
/var/lib/mailman/archives/public/newlist is a symlink to
/var/lib/mailman/archives/private/newlist.

-- 
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://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-22 Thread Uthra Rao

I added the correct path to the pipermail alias in the httpd.conf file and 
restarted apache. I can now access the archive by typing 
http://hostname/pipermail/newlist.

Thank you very much for your help.

UR.


At 12:35 PM 6/22/2006, you wrote:
Uthra Rao wrote:

 I found out the path to my mailing list archives. I first checked the link
 on the admin page -go to list archives - 2006-June.txt.gz File name. I
 then did a find on this file on our server. I found out that  my archives
 were in /var/lib/mailman/archives/public/newlist directory. I think by
 default in linux the archives are put here. Looks like I need NOT have put
 the following entry in my httpd.conf file:
 
 Alias/pipermail//usr/lib/mailmanarchives/public

If you want to be able to access the archives via the 'pipermail' URL
without authentication, you need that alias, but it needs to be in
your case

Alias/pipermail//var/lib/mailman/archives/public/

The path /var/lib/mailman/ is not a 'Linux' default, but it may be
where some packager puts mutable data by default. This path is set by
the --with-var-prefix option to configure and defaults to the --prefix
setting which in turn defaults to /usr/local/mailman.

In other words, in a totally default Mailman installation, everything
is in /usr/local/mailman/ by default, but anyone who configures a
package can put things where they want.

Also, just to emphasize what I indicated previously, Actual archive
data is stored (in your case) in
/var/lib/mailman/archives/private/newlist/*.
/var/lib/mailman/archives/public/newlist is a symlink to
/var/lib/mailman/archives/private/newlist.

--
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://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Mailman archives

2006-06-20 Thread Uthra Rao

For my mailing list the archiving options are as follows:

Archive message -  YES
Is archive file source for Public or Private  -  PUBLIC
How often should a new archive volume be started  -  MONTHLY

This is the default setting and I did not change it. When I post a message 
to the mailing list the message is not getting archived in the 
/usr/lib/mailman/archives/public directory.

I created the archives/public directory and its owner/group is mailman. I 
am not sure why my message is not getting archived. Could someone please 
guide me on this?

Thank You.

Uthra 

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-20 Thread Patrick Bogen
On 6/20/06, Uthra Rao [EMAIL PROTECTED] wrote:
 For my mailing list the archiving options are as follows:
snip
 I created the archives/public directory and its owner/group is mailman. I
 am not sure why my message is not getting archived. Could someone please
 guide me on this?

Are the files being updated properly in
archives/private/list.mbox/list.mbox ?

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-20 Thread Patrick Bogen
On 6/20/06, Uthra Rao [EMAIL PROTECTED] wrote:

 I only created /usr/lib/mailman/archives/public directory and that is
 empty. I don't have a /usr/lib/mailman/archives/private/list.mbox/list.mbox

Is Mailman install set to archive?
('DEFAULT_ARCHIVE' -- This is 'On' in Defaults.py, but it might be
changed there (bad) or in mm_cfg.py (good, but still the problem, if
it's so))

What is the actual value of ARCHIVE_TO_MBOX ?

Are you using an external archiver? (Check PUBLIC_EXTERNAL_ARCHIVER
and PRIVATE_EXTERNAL_ARCHIVER. Both should be 'No')


 When I go to the admin web interface of my mailing list and click on the
 link Go to List Archives I see the following.

 Archive View by: Downloadable version
 June 2006:
 http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June/thread.html[
 Thread ]
 http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June/subject.html[
 Subject ]
 http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June/author.html[
 Author ]
 http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June/date.html[ Date ]
 http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June.txt.gz[ Gzip'd
 Text 415 bytes ]

Do these links go anywhere meaningful for you?

P.s., please CC the list on all replies so that others may offer
suggestions, which will probably be better than mine.

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-20 Thread Uthra Rao
At 03:33 PM 6/20/2006, you wrote:
On 6/20/06, Uthra Rao [EMAIL PROTECTED] wrote:

I only created /usr/lib/mailman/archives/public directory and that is
empty. I don't have a /usr/lib/mailman/archives/private/list.mbox/list.mbox

Is Mailman install set to archive?
('DEFAULT_ARCHIVE' -- This is 'On' in Defaults.py, but it might be
changed there (bad) or in mm_cfg.py (good, but still the problem, if
it's so))

-DEFAULT_ARCHIVE - THIS IS ON


What is the actual value of ARCHIVE_TO_MBOX ?

--- ARCHIVE_TO_MBOX = 2


Are you using an external archiver? (Check PUBLIC_EXTERNAL_ARCHIVER
and PRIVATE_EXTERNAL_ARCHIVER. Both should be 'No')

-PUBLIC_EXTERNAL_ARCHIVER = NO
--PRIVATE_EXTERNAL_ARCHIVER = NO


When I go to the admin web interface of my mailing list and click on the
link Go to List Archives I see the following.

Archive View by: Downloadable version
June 2006:
http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June/thread.html[
Thread ]
http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June/subject.html[
Subject ]
http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June/author.html[
Author ]
http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June/date.html[ Date ]
http://jacobi.gsfc.nasa.gov/pipermail/newlist/2006-June.txt.gz[ Gzip'd
Text 415 bytes ]

Do these links go anywhere meaningful for you?

 Yes these links go to the messages that were posted in this 
mailing list.


P.s., please CC the list on all replies so that others may offer
suggestions, which will probably be better than mine.

--
- Patrick Bogen

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-20 Thread Patrick Bogen
On 6/20/06, Uthra Rao [EMAIL PROTECTED] wrote:
  Yes these links go to the messages that were posted in this
 mailing list.

So, what's the problem? Or am I missing something?
It seems like your archiving is working as it's supposed to, yes?

The only issue I see here is that the archives aren't where you think they are.

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-20 Thread Uthra Rao

 From the admin web page of the list I am able to see the archives but if I 
login to the system and cd to /usr/lib/mailman/archives/public I don't see 
anything. I would like to know  in which directory it is archiving the 
messages?

Thank You.

Uthra



At 04:43 PM 6/20/2006, you wrote:
On 6/20/06, Uthra Rao [EMAIL PROTECTED] wrote:
 Yes these links go to the messages that were posted in this
mailing list.

So, what's the problem? Or am I missing something?
It seems like your archiving is working as it's supposed to, yes?

The only issue I see here is that the archives aren't where you think they 
are.

--
- Patrick Bogen

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-20 Thread Patrick Bogen
On 6/20/06, Uthra Rao [EMAIL PROTECTED] wrote:

  From the admin web page of the list I am able to see the archives but if I
 login to the system and cd to /usr/lib/mailman/archives/public I don't see
 anything. I would like to know  in which directory it is archiving the
 messages?

Check your Apache configuration for where that URL is linking to, or
else use something like find or locate at the shell to find the html
files.


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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2006-06-20 Thread Mark Sapiro
Uthra Rao wrote:


 From the admin web page of the list I am able to see the archives but if I 
login to the system and cd to /usr/lib/mailman/archives/public I don't see 
anything. I would like to know  in which directory it is archiving the 
messages?


All archives are created and maintained in the archives/private/
structure only. In addition, lists with public archives have a symlink
from archives/public/listname to archives/private/listname.

Any archive can be accesses via something like
http://example.com/mailman/private/listname/, but this requires
authentication even if the archive is public.

Public archives should be accessible via via something like
http://example.com/pipermail/listname/ (determined by
Defaults.py/mm_cfg.py setting PUBLIC_ARCHIVE_URL) which requires
something like

Alias /pipermail/ /usr/lib/mailman/archives/public/

in the web server configuration.

-- 
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://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman archives

2005-02-12 Thread Mark Sapiro
Chris Rammos wrote:

First of all i would like to give you a sample of what i want to do ...
In my mailman archives i have a post like ...


  FW: [SECURITY] [DSA 669-1] New php3 packages fix several vulnerabilities

*First_Name Last_Name * username_at_domain.com
/Tue Feb 8 10:31:32 EET 2005/

snip

what i want to change for all lists archives is the 
username_at_domain.com and i want to give the value of 
username_at_localhost.
I just want to change that the email address won't show the domain of 
the user but only appear something like localhost after the username
Is that possible??

This page is created from a template named 'article.html'. See
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.048.htp
for information on where to store revised templates so that they will
be used on a per-list, per-domain or sitewide basis. Also note that
after revising a template for an archive page, the archive must be
rebuilt (with bin/arch) in order for the change to appear in existing
archives.

This template could easily be modified to leave out the poster's e-mail
address entirely. It would require some modification to
Mailman/Archiver/HyperArch.py change just the domain part of the
address.

--
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://www.python.org/cgi-bin/faqw-mm.py
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 archives

2005-02-11 Thread Χρήστος Ράμμος
Hello to all,
i am a new member in this list and i hope that we'll have a great 
cooperation.

First of all i would like to give you a sample of what i want to do ...
In my mailman archives i have a post like ...
 FW: [SECURITY] [DSA 669-1] New php3 packages fix several vulnerabilities
*First_Name Last_Name * username_at_domain.com
/Tue Feb 8 10:31:32 EET 2005/
   * Previous message: FW: [suse-security-announce] SUSE Security
 Announcement: kernel bugfixes and SP1 merge (SUSE-SA:2005:005)
 http://mailman-vnoc.grnet.gr/pipermail/edetserv/2005-February/000112.html
   * Next message: FW: [SECURITY] [DSA 672-1] New xview packages fix
 potential arbitrary code execution
 http://mailman-vnoc.grnet.gr/pipermail/edetserv/2005-February/000114.html
   * *Messages sorted by:* [ date ]
 
http://mailman-vnoc.grnet.gr/pipermail/edetserv/2005-February/date.html#113
 [ thread ]
 
http://mailman-vnoc.grnet.gr/pipermail/edetserv/2005-February/thread.html#113
 [ subject ]
 
http://mailman-vnoc.grnet.gr/pipermail/edetserv/2005-February/subject.html#113
 [ author ]
 
http://mailman-vnoc.grnet.gr/pipermail/edetserv/2005-February/author.html#113
===
what i want to change for all lists archives is the 
username_at_domain.com and i want to give the value of 
username_at_localhost.
I just want to change that the email address won't show the domain of 
the user but only appear something like localhost after the username
Is that possible??

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


Re: [Mailman-Users] mailman archives requiring logons

2004-08-08 Thread Wolfgang Riedmann
Hi Brad,

I'm using MailMan 2.0.11 as default for Debian Woody.

   When I now try to access the archive, it ask email and password as it
   should be, and after a succesful login, I can select the messages I
   would like to see. When I then select a thread, it asks me again to
   login.
 
   What can be wrong? Session cookies should be active. I have tried
   with IE5, Opera 7.23 and Mozilla 1.5

I have now tracked down the thing to erroneus session cookies.
MailMan sets all cookies to an expiration date of january, 1, 1970.

I have modified the apache configuration for a default value of 60
minutes, but the MailMan cookie keeps the wrong expiration date.

I have now looked at www.backports.org, and there is a newer version
available: 2.1.4. Should this cure my problems?

Thank you very much!

Wolfgang

--
-- Wolfgang Riedmann
-- Individuelle EDV-Lösungen - Soluzioni informatiche personalizzate
-- I-39012 Meran, V. Laurin-Str. 2d
-- http://www.riedmann.it - [EMAIL PROTECTED]


--
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/


Re: [Mailman-Users] mailman archives requiring logons

2004-08-04 Thread Brad Knowles
At 6:22 PM +0200 2004-08-04, Wolfgang Riedmann wrote:
 I have now looked at www.backports.org, and there is a newer version
 available: 2.1.4. Should this cure my problems?
	It's hard to say.  There are a lot of issues in making an upgrade 
of this scale, and making this big a leap may cause more problems 
than it solves.  You should think hard about this before making your 
decision.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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/


[Mailman-Users] mailman archives requiring logons

2004-07-25 Thread Wolfgang Riedmann
Hi,

I have a mailman installation on a Debian 3 Woody server.

For a list I have configured the archive option o be active only for
subscribed users.

When I now try to access the archive, it ask email and password as it
should be, and after a succesful login, I can select the messages I
would like to see. When I then select a thread, it asks me again to
login.

What can be wrong? Session cookies should be active. I have tried
with IE5, Opera 7.23 and Mozilla 1.5

TIA

Wolfgang

--
-- Wolfgang Riedmann
-- Individuelle EDV-Lösungen - Soluzioni informatiche personalizzate
-- I-39012 Meran, V. Laurin-Str. 2d
-- http://www.riedmann.it - [EMAIL PROTECTED]


--
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/


[Mailman-Users] mailman archives - default encoding

2003-09-16 Thread Adam Machnicki
hello,
i'm new to mailman(2.1.2) and i have a question, which might seem simple to
you ...

the question is:
how to change default charset in archives (created by pipermail) from
iso-8859-1 to iso-8859-2, so IE 6.0 or any other browser could pick up the
right charset?
i've tried to change the variable DEFAULT_CHARSET (in Defaults.py) from None
to ['iso-8859-2'], but it didn't help...

how can i see right polish letters in mailman archives?

thanks,
Adam Machnicki [EMAIL PROTECTED]



--
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 message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Mailman archives and email addresses

2002-12-01 Thread John Summerfield
It doesn't do a complete job of obscuring email addresses in archived email.

1. Some email clients use the users' email address as the base of the 
message-id. 

2. Mailmain doesn't obscure email addresses in the body, so if this message 
were archived, then [EMAIL PROTECTED] would 
appear in the archive and be accessible to so-called harvesters of email 
addresses.

I would like the ability to perform a one-way transformation on _all_ email 
addresses.

I fear that obfuscation techniques such as 
[EMAIL PROTECTED] and 
mailman-archival-error at computerdatasafe dot com dot au are becoming 
well-known enough that writers of the harvesting software will code round it. 
However, removing email addresses from lines such as 
[EMAIL PROTECTED] said: is safe, and as a writer to 
numerous lists, my intended audience is those subscribed to the list; if 
archival copies are less complete that's fine by me. If I want someone to 
write direct to me, I will spell out the email address.

Many people go to extraordinary lengths to reduce spam; the more mailing-list 
software does to help the better for all of is.



--
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 message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Mailman archives and email addresses

2002-12-01 Thread Chris Hedemark
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Saturday, November 30, 2002, at 06:30 PM, John Summerfield wrote:


It doesn't do a complete job of obscuring email addresses in archived 
email.
[snip]

2. Mailmain doesn't obscure email addresses in the body, so if this 
message
were archived, then [EMAIL PROTECTED] 
would
appear in the archive and be accessible to so-called harvesters of 
email
addresses.

So be it.  IMHO, if an email address is in the message body, it 
*should* be archived.  It is easy for a user to render their email 
address relatively unrecognizable to harvesters if they so desire 
(indeed, this has been a common practice for years).

However, removing email addresses from lines such as
[EMAIL PROTECTED] said: is safe, and as a writer 
to
numerous lists, my intended audience is those subscribed to the list; 
if
archival copies are less complete that's fine by me. If I want someone 
to
write direct to me, I will spell out the email address.

Yowzer.  I'm *very* against outright deletion of addresses.   If you 
want to do this, go ahead and write your own patch for it, but please 
don't put this in the public release.

Many people go to extraordinary lengths to reduce spam; the more 
mailing-list
software does to help the better for all of is.

- -1

Chris Hedemark .. Hillsborough, NC .. http://yonderway.com
Homeland Security begins at home; support your Second Amendment.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (Darwin)

iD8DBQE96mzTYPuF4Zq9lvYRAv0uAJ9HtSnZSBjXhqotYKdkm1xvpoh2cACg9UGH
qO3kBjXjeYKJFDgaDqeAD60=
=xYzn
-END PGP SIGNATURE-


--
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 message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



RE: [Mailman-Users] Mailman archives and email addresses

2002-12-01 Thread Jim Popovitch
 -Original Message-
 From: Chris Hedemark [EMAIL PROTECTED]
 Sent: Sunday, December 01, 2002 3:11 PM

 It is easy for a user to render their email address relatively
 unrecognizable to harvesters if they so desire (indeed, this
 has been a common practice for years).

That is false.Case in point Your email address is now archived
whether you wanted it public or not.  You had no control over this none
whatsoever.

-Jim P.




--
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 message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org