Does anyone know of an easy way to search headers for things such as an IP address?
Printable View
Does anyone know of an easy way to search headers for things such as an IP address?
We only index certian headers so this is not possible.
Does anyone know of a way to search in a downloaded email?
On UNIX:
cd <email dir>
find . -exec grep "search term" {} \;
This was at 12-02-2005 01:45 AM, is this still the case? I have lot's of mail list mails which are best sorted and labeled using mail headers, like X-MaillistQuote:
Originally Posted by KevinH
raj