Re: [Mailman-Users] Settings for reply to all

2010-06-14 Thread Stephen J. Turnbull
Mark Sapiro writes:

 > Yes. Set reply_goes_to_list to Poster so that "reply" goes to the From:
 > or the poster's Reply-To: and "Reply to All" adds the list from the
 > To: or Cc:.

It would be an easy hack to add a PosterAndList option, though.  This
would usually be harmless, and lists where it could be harmful (eg,
closed subscription lists for security or discussion of a law or
medical practice's clients) probably know who they are.

 > I suspect there are MUAs that will include the From: address(es) in
 > "reply all" recipients even when a Reply-To: is present, but this is
 > dependent on the MUA, and is arguably not the right thing to do.

It is clearly the right thing to do, in the presence of so many
mailing lists that abuse the Reply-To header.  I benefit from it
several times a day.  Cumulative time saving measured in seconds
per day, of course, but my frustration level is perceptibly lower.

Of course the MUA should *also* provide an RFC-conforming
reply-to-all, but that is never useful in my experience.  (Ie, it
works fine for RFC-conforming lists that leave Reply-To strictly
alone, but given the rarity with which authors use Reply-To, it's a
no-op except for reply-to-munging lists.)

YMMV, but for me this is a Toyota Prius vs. Boeing 747 MPG comparison.

N.B. This is a private customization of the Emacs-based VM MUA.  I
don't know offhand of any stock MUAs that do it.
--
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] Unsubscribe in Footer - was: How delete attechment file ATT00xxx.txt ?

2010-06-14 Thread Barry Finkel
westernz  wrote:
>Is that possible to make a copy of a list ?
>That long to check all config each new list.
>Maybe from the serveur (unix) in the Mailman directory, maybe there are a
>file for each list, maybe i can copy one ?

See man config_list .

The command

 config_list -o filename LISTNAME

will make a copy of the LISTNAME config file into a file named filename .
You can then modify that file and run

 /usr/sbin/newlist LISTNAME1
 config_list -i filename LISTNAME1

to create a new list and set its configuration parameters from the
revised config file.  I have around 20 template list config files
that I use to create new lists.
--
Barry S. Finkel
Computing and Information Systems Division
Argonne National Laboratory  Phone:+1 (630) 252-7277
9700 South Cass Avenue   Facsimile:+1 (630) 252-4601
Building 240, Room 5.B.8 Internet: bsfin...@anl.gov
Argonne, IL   60439-4828 IBMMAIL:  I1004994

--
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] New version of mailman_mimedefang_fix_footer.pl

2010-06-14 Thread Jonathan Kamens
I found a bug in the MIMEdefang code I announced here a few weeks ago - it
was not correctly handling mailman messages containing attachments in
addition to the message body.  I have fixed this bug, and a new version of
my code is available at
http://stuff.mit.edu/~jik/software/mailman_mimedefang/mailman_mimedefang_fix
_footer.pl.txt.  The documentation is embedded in that file and can also be
viewed on-line at http://stuff.mit.edu/~jik/software/mailman_mimedefang/.

 

Enjoy,

 

Jonathan Kamens

--
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] Re : Re : Reply to problem

2010-06-14 Thread Gerard Mensoif


If the From: header has the original poster's address and there is no
Reply-To:, a simple "reply" should go only to the original poster. If
this is not the case, the MUA doing the replying is behaving strangely.

you are absolutly right, the MUA (kmail debian testing) was not behaving like 
the webmail and like other MUA.
I will look at why kmail behave like this.

Thanks for your help
Gerard



  
--
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] Integrating Mailman on Website

2010-06-14 Thread Adam McGreggor
On Mon, Jun 14, 2010 at 10:55:22AM -0400, Farah Kashem wrote:
> Hi,
> 
> I want to make it so that users can subscribe to the mailing list on my
> website through a simple form that just asks for their email address. (The
> confirmation email will then give them their password). Is there a way to
> pass an email entered in a form on another page to Mailman's subscription
> page?

http://wiki.list.org/x/hIA9 

has some details/an example.

-- 
``The English people are like the English beer--
  froth on top, dregs at the bottom; the middle, excellent.'' (Voltaire)
--
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] Re : Reply to problem

2010-06-14 Thread Mark Sapiro
On 6/14/2010 10:23 AM, Gerard Mensoif wrote:
> 
> anonymous_list is set to "No"
> The From is the one of the original poster, and there is no Reply-To


If the From: header has the original poster's address and there is no
Reply-To:, a simple "reply" should go only to the original poster. If
this is not the case, the MUA doing the replying is behaving strangely.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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] Unsubscribe in Footer - was: How delete attechment file ATT00xxx.txt ?

2010-06-14 Thread westernz

Many thanks !

You are good !

I did all you said, and that done :)

I'm french with poor technical english and did it :)

I will return to you if needed.

have a nice day


-- 
View this message in context: 
http://old.nabble.com/How-delete-attachment-file-ATT00xxx.txt---tp28828907p28881581.html
Sent from the Mailman - Users mailing list archive at Nabble.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


[Mailman-Users] Integrating Mailman on Website

2010-06-14 Thread Farah Kashem
Hi,

I want to make it so that users can subscribe to the mailing list on my
website through a simple form that just asks for their email address. (The
confirmation email will then give them their password). Is there a way to
pass an email entered in a form on another page to Mailman's subscription
page?

Thanks,
Farah
--
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] Re : Reply to problem

2010-06-14 Thread Gerard Mensoif
Mark Sapiro wrote:

>Is your list anonymous? If so, replies will always go to the list.
>
>"reply_goes_to_list = Poster" merely tells Mailman to not add any
>Reply-To: header to the delivered posts so replies should go to the
>From: address or to the poster's original Reply-To: if any.

Hi,

thanks for the reply

anonymous_list is set to "No"
The From is the one of the original poster, and there is no Reply-To

Do you have another idea?



  
--
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] Request to remove message from Digest and Archive

2010-06-14 Thread Mark Sapiro
David Devereaux-Weber wrote:

>One of my list subscribers inadvertently sent a private message to the
>list.  Subscriber asked that message be removed from both the digest
>and the archive. How is that accomplished?


If the digest has not yet been sent, you can remove the post from
lists/LISTNAME/digest.mbox. An easy way to do this is to open the mbox
with mutt

  mutt -f /path/to/lists/LISTNAME/digest.mbox

and just delete the message.

To remove the message from the archive, see the FAQ at
.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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] Request to remove message from Digest and Archive

2010-06-14 Thread David Devereaux-Weber
One of my list subscribers inadvertently sent a private message to the
list.  Subscriber asked that message be removed from both the digest
and the archive. How is that accomplished?

Thanks!

Dave

-- 
David Devereaux-Weber, P.E.
DDW Services 
d...@ddwsvcs.com
(608)576-2599
--
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] Reply to problem

2010-06-14 Thread Mark Sapiro
Gerard Mensoif wrote:
>
>I'm running mailman 2.1.11 (debian Stable), and even if I set 
>"reply_goes_to_list" to the value "poster" when I reply the mail gets to the 
>list. This might be because I have l...@mydomain.com redirected to 
>list.mydomain@lists.provider.com, but If I post directly to  
>list.mydomain@lists.provider.com the problem is the same.
>
>Maybe the header are false? which header is used for the poster value? is this 
>a bug in my version (I did not found a bug report concerning this issue in 
>Debian BTS)


Is your list anonymous? If so, replies will always go to the list.

"reply_goes_to_list = Poster" merely tells Mailman to not add any
Reply-To: header to the delivered posts so replies should go to the
From: address or to the poster's original Reply-To: if any.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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] Monitoring mail progress - was: (no subject)

2010-06-14 Thread Mark Sapiro
Dan Sherbondy wrote:

>Where can I see the progress of a mailing? 


If you have access to the mail server, the 'mailq' or similar command
will show you some information as will the mail server logs.

There is no function within Mailman to report it's progress in
delivering to the MTA.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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] Excluding domains - was: (no subject)

2010-06-14 Thread Mark Sapiro
Dan Sherbondy wrote:

>Is there a way to exclude specific domains from a mailing?


You can exclude specific domains from subscribing with Privacy
options... -> Subscription rules -> ban_list, but there is no way to
exclude list members in specific domains from receiving a specific
post.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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] Anonymous Archive

2010-06-14 Thread Mark Sapiro
Christian Brandt wrote:

>I want to make the From/To/CC-Fields of the list archive anonymous or
>even better real name without email so spam bots don't spider the user base.
>
>anonymous_list from General Options replaces the addresses even on the
>live list which annoys the users quite a lot.
>
>I am running mailman version 1:2.1.11-11 on a debian machine.


If you want to anonymize the archive but not list posts, you'd have to
modify the archiver code to do the anonomizing.

You might consider making the archive private as a way to keep out spam
bots and search engines.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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] Reply to problem

2010-06-14 Thread Gerard Mensoif
Hi,

I'm running mailman 2.1.11 (debian Stable), and even if I set 
"reply_goes_to_list" to the value "poster" when I reply the mail gets to the 
list. This might be because I have l...@mydomain.com redirected to 
list.mydomain@lists.provider.com, but If I post directly to  
list.mydomain@lists.provider.com the problem is the same.

Maybe the header are false? which header is used for the poster value? is this 
a bug in my version (I did not found a bug report concerning this issue in 
Debian BTS)

Thanks for help
Gerard


  
--
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] (no subject)

2010-06-14 Thread Dan Sherbondy
Is there a way to exclude specific domains from a mailing?

 

Thank You,

 

Dan Sherbondy  :-) 
Senior Loan Officer

702.326.7469-NV

707.280.2534-CA

DanTheLoanMan.com

I have 11 proud years in the industry!

Skype: Dan the Loan Man

702.583.7467-efax

 

NV-Direct Access Lending, LLC. (MLD 405)

650 White Dr. #200 Las Vegas, NV. 89119 

 

CA-Kappell Mortgage Group (DRE 01517091)

2495 Natomas Pk Dr. #670 Sacto, Ca. 95833 

 

DRE 01236717 MLD 45649 NMLS 313289

  

 

 

 

 

 

 

--
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] (no subject)

2010-06-14 Thread Dan Sherbondy
Where can I see the progress of a mailing? 

 

 

--
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] Anonymous Archive

2010-06-14 Thread Christian Brandt
I want to make the From/To/CC-Fields of the list archive anonymous or
even better real name without email so spam bots don't spider the user base.

anonymous_list from General Options replaces the addresses even on the
live list which annoys the users quite a lot.

I am running mailman version 1:2.1.11-11 on a debian machine.

Christian Brandt

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