How to cope with a mailing list that has two addresses?

2010-10-22 Thread Chris G
I subscribe to one mailing list which has two addresses both of which
are used fairly frequently.  So my mutt 'subscribe' entries have two
entries relating to one list. 

Thus when I do a L[ist reply] I get an E-Mail sent to *both* list
addresses which is a bit annoying. This happens because both list
addresses tend to appear somewhere in the list headers

Apart from getting the list fixed can anyone see a way around this
problem? 

-- 
Chris Green


Re: How to cope with a mailing list that has two addresses?

2010-10-22 Thread Chip Camden
Quoth Chris G on Friday, 22 October 2010:
> I subscribe to one mailing list which has two addresses both of which
> are used fairly frequently.  So my mutt 'subscribe' entries have two
> entries relating to one list. 
> 
> Thus when I do a L[ist reply] I get an E-Mail sent to *both* list
> addresses which is a bit annoying. This happens because both list
> addresses tend to appear somewhere in the list headers
> 
> Apart from getting the list fixed can anyone see a way around this
> problem? 
> 
> -- 
> Chris Green

Put both lists in one subscribe statement.  For example:

subscribe freebsd-questi...@freebsd.org questi...@freebsd.org

-- 
Sterling (Chip) Camden| sterl...@camdensoftware.com | 2048D/3A978E4F
http://camdensoftware.com | http://chipstips.com| http://chipsquips.com


pgpBtiIdsF1aa.pgp
Description: PGP signature


Re: How to cope with a mailing list that has two addresses?

2010-10-22 Thread Derek Martin
On Fri, Oct 22, 2010 at 06:36:17PM +0100, Chris G wrote:
> Thus when I do a L[ist reply] I get an E-Mail sent to *both* list
> addresses which is a bit annoying. This happens because both list
> addresses tend to appear somewhere in the list headers

Either I have a severe case of deja-vu, or someone (you, I thought)
asked this exact question some months ago.  I suspect if you search
the archives you'll find a thread about this with a very similar
title.

-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail due to spam prevention.  Sorry for the inconvenience.



pgpzdAQJk9el2.pgp
Description: PGP signature


fetchmail - google certificate

2010-10-22 Thread Joseph

I'm using fetchmail to pull mail from google but lately I've been getting this 
error:

fetchmail: Server certificate verification error: unable to get local issuer 
certificate
fetchmail: This means that the root signing certificate (issued for /C=US/O=Google Inc/CN=Google Internet Authority) is not in the trusted CA certificate 
locations, or that c_rehash needs to be run on the certificate directory. For details, please see the documentation of --sslcertpath and --sslcertfile in the 
manual page.

fetchmail: Server certificate verification error: certificate not trusted
fetchmail: Warning: the connection is insecure, continuing anyways. (Better use 
--sslcertck!)

I've tried to set option "sslcertck" in fetchmailrc
poll pop.gmail.com with proto POP3 and options no dns user 
'syscon...@gmail.com' password 'xxx' options ssl sslcertck

but it gives me an error.
How to use this option?

--
Joseph


Re: fetchmail - google certificate

2010-10-22 Thread Joseph

On 10/22/10 23:21, Joseph wrote:

I'm using fetchmail to pull mail from google but lately I've been getting this 
error:

fetchmail: Server certificate verification error: unable to get local issuer 
certificate
fetchmail: This means that the root signing certificate (issued for 
/C=US/O=Google Inc/CN=Google Internet Authority) is not in the trusted CA 
certificate
locations, or that c_rehash needs to be run on the certificate directory. For 
details, please see the documentation of --sslcertpath and --sslcertfile in the
manual page.
fetchmail: Server certificate verification error: certificate not trusted
fetchmail: Warning: the connection is insecure, continuing anyways. (Better use 
--sslcertck!)

I've tried to set option "sslcertck" in fetchmailrc
poll pop.gmail.com with proto POP3 and options no dns user 
'syscon...@gmail.com' password 'xxx' options ssl sslcertck

but it gives me an error.
How to use this option?

--
Joseph


I've found this tutorial but it is not working. My certificate is not recognized 
http://www.axllent.org/docs/networking/gmail_pop3_with_fetchmail


This line is working, but it gives me the above error message:
poll pop.gmail.com with proto POP3 and options no dns user 
'syscon...@gmail.com' password 'xxx' options ssl

but the line below is not working:
poll pop.gmail.com with proto POP3 and options no dns user 'syscon...@gmail.com' password 'xxx' options ssl sslcertck sslcertpath 
/home/joseph/.mutt/cert/


I'm getting:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify 
failed:s3_clnt.c:982:
fetchmail: SSL connection failed.
fetchmail: socket error while fetching from syscon...@gmail.com@pop.gmail.com
fetchmail: Query status=2 (SOCKET)

--
Joseph