Advertisement
Guest User

Frogturd Polisher

a guest
Jul 25th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Local .procmailrc:
  2.  
  3. :0 fbw
  4. * ^From:.*noreply@geocaching.com
  5. * ^Content-Transfer-Encoding:.*base64
  6. | /usr/local/bin/frogturd.sh
  7.  
  8. :0 Afhw
  9. | formail -I "Content-Transfer-Encoding" -I "Content-Type: text/plain"
  10.  
  11.  
  12.  
  13. /usr/local/bin/frogturd.sh :
  14.  
  15. #!/bin/bash
  16. base64 -d | lynx -stdin -dump | perl -ne 's/\[\d\]//g; s/^\s+(\S)/$1/g; if (/(Questions:|support\.groundspeak)/) {$foo++}; if(/coord\.info/) {$foo=0}; print "$_" unless ($foo)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement