View Single Post
  #2   (View Single Post)  
Old 24th February 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

The script and test file for downloading

BTW the emails in the test file were generated with:
Code:
for X in apples oranges kiwi\s ; do echo I like to eat $X | mail -s "$X" j65nko ; done
Attached Files
File Type: tgz parsing-mails.tgz (1.0 KB, 158 views)
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 24th February 2011 at 03:49 AM.
Reply With Quote