Mailinglist Archive: opensuse (2088 mails)
| < Previous | Next > |
Re: [opensuse] Re: There will be no reply-to-muning on this list
- From: "Amedee Van Gasse" <amedee@xxxxxxxxx>
- Date: Tue, 3 Feb 2009 16:43:51 +0100 (CET)
- Message-id: <56268.193.121.250.194.1233675831.squirrel@xxxxxxxxxxxxxxxx>
On Tue, February 3, 2009 15:38, Carlos E. R. wrote:
If you use mailbox files, yes. But I use maildirs.
It does, and so does Outlook Express:
amedee@intrepid { ~ }$ find ~/Maildir/.linux.opensuse/cur -type f -print0
| xargs -0 egrep -hi "(User-Agent)|(X-Mailer): " | sort | uniq -c | sort
-nr | grep -i "Outlook"
5 X-Mailer: Microsoft Office Outlook 12.0
4 X-Mailer: Microsoft Outlook Express 6.00.2900.5512
--
Amedee
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday, 2009-02-03 at 15:23 +0100, Amedee Van Gasse wrote:
On Tue, February 3, 2009 12:15, Carlos E. R. wrote:
If you run some grep on the mailheaders you will find some, but I don't
know what exactly to search for.
Something like this?
amedee@intrepid { ~ }$ find ~/Maildir/.linux.opensuse/cur -type f
-print0
| xargs -0 egrep -hi "(User-Agent)|(X-Mailer): " | sort | uniq -c | sort
-nr | head -n 30
Yep.
You could try grepmail, too.
If you use mailbox files, yes. But I use maildirs.
But not surprisingly, outlook does not
create that header, afaik, it has to be deduced.
It does, and so does Outlook Express:
amedee@intrepid { ~ }$ find ~/Maildir/.linux.opensuse/cur -type f -print0
| xargs -0 egrep -hi "(User-Agent)|(X-Mailer): " | sort | uniq -c | sort
-nr | grep -i "Outlook"
5 X-Mailer: Microsoft Office Outlook 12.0
4 X-Mailer: Microsoft Outlook Express 6.00.2900.5512
--
Amedee
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |