vcf attachment

2009-04-11 Thread bill lam
There are vcf attachments with mime type 
text/x-vcard
text/directory

I don't want to look at them, how to configure the mailcap or
otherwise so that vcf will not be shown inline?

-- 
regards,

GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
唐詩118 王維  終南山
太乙近天都  連山接海隅  白雲迴望合  青靄入看無
分野中峰變  陰晴眾壑殊  欲投人處宿  隔水問樵夫


Re: signature

2009-04-11 Thread bill lam
On Fri, 10 Apr 2009, Ravi Uday wrote:
> The problem is if its a lengthy email thread with many people replying
> ontop of each other, when I now write a mail
> my sig., will be the last line in that email, and doesn';t make sense
> as to where I ended the email

Does it matter if others miss your signature?

-- 
regards,

GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
唐詩113 杜甫  旅夜書懷
細草微風岸  危檣獨夜舟  星垂平野闊  月湧大江流
名豈文章著  官應老病休  飄飄何所似  天地一沙鷗


no list-id header for mutt-u...@mutt.org

2009-04-11 Thread Zhengquan Zhang
Dear mutt community,

I tried to use lisd-id to filter mutt mailing list in with procmail.
But I did not find it in mutt mailing list emails.

So how do you filter out mutt mailing list emails?

Thanks and regards,

-- 
Zhengquan


Re: no list-id header for mutt-u...@mutt.org

2009-04-11 Thread Michael Wagner
* Zhengquan Zhang  12.04.2009
 
> I tried to use lisd-id to filter mutt mailing list in with procmail.
> But I did not find it in mutt mailing list emails.
> 
> So how do you filter out mutt mailing list emails?

Hello Zhengquan,

for the mutt-users ML I have the following recipe in my procmailrc:

--+
:0 H: |
* ^List-Post:.*.* |
mutt-users|
--+

Hth Michael

-- 
The UNIX way of Sex:
gunzip-strip-touch-finger-mount-fsck-more-yes-umount-sleep


signature.asc
Description: Digital signature


Re: no list-id header for mutt-u...@mutt.org

2009-04-11 Thread Gary Johnson
On 2009-04-11, Zhengquan Zhang  wrote:
> Dear mutt community,
> 
> I tried to use lisd-id to filter mutt mailing list in with procmail.
> But I did not find it in mutt mailing list emails.
> 
> So how do you filter out mutt mailing list emails?

I use the Sender header.

Regards,
Gary




Re: no list-id header for mutt-u...@mutt.org

2009-04-11 Thread Markus Mueller
On Sat, Apr 11, 2009 at 10:17:35PM -0700, Gary Johnson wrote:
> On 2009-04-11, Zhengquan Zhang  wrote:

> > So how do you filter out mutt mailing list emails?

it's a bit reduntant, but alas, somebody asked a question i actually can
answer!


:0:
* ^to.*mutt-us...@mutt\.org
ml1/mutt-users/


Greetings,
 Markus


Re: no list-id header for mutt-u...@mutt.org

2009-04-11 Thread Markus Mueller
On Sun, Apr 12, 2009 at 07:54:48AM +0200, Markus Mueller wrote:
> > On 2009-04-11, Zhengquan Zhang  wrote:
> 
> > > So how do you filter out mutt mailing list emails?
> 
> 
> :0:
> * ^to.*mutt-us...@mutt\.org
> ml1/mutt-users/
> 
> 
(errm.. snipplet of procmailrc .. grr)

However,
if you look at all headers, 'h' as default in pagermode, you will most
likely find some unique header. Be it 'To:' or something else.
The mutt-users list also is quite distinguishable:

Return-Path: owner-mutt-users+m12486=akamoto=ml1@mutt.org   

X-Mail-from: owner-mutt-users+m12486=akamoto=ml1@mutt.org   

To: mutt-users 

Mail-Followup-To: mutt-users   

List-Post:  

List-Unsubscribe: send mail to majord...@mutt.org, body only "unsubscribe 
mutt-users"   
Sender: owner-mutt-us...@mutt.org   


Sender probably is the best field for this purpose, as nobody besides the
admin can influence what is put there, whereas one could write mail 
'To: f...@invalid, mutt-users@mutt.org'

But if you make your matchexpression broad enough, you have several
possibilities.

Gr,
 Markus