Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Hello
  2. Hi
  3. Hey
  4.  
  5. "|IFS=' '&&exec usr/bin/procmail||exit 75 #username"
  6.  
  7. .procmailrc
  8.  
  9. VERBOSE=off
  10. MAILDIR=$HOME/Mail
  11. PMDIR=$HOME/.procmail
  12. DEFAULT=/var/spool/mail/username
  13. LOGFILE=$PMDIR/log
  14. INCLUDERC=$PMDIR/general.rc
  15. #end of .procmailrc
  16.  
  17. :0
  18. * ^From:.*sumone@sumaddy.com
  19. * ^Subject:.*hello
  20. $HOME/Mail/Hello
  21.  
  22. VERBOSE=on
  23. LOGFILE=/tmp/procmail.log
  24.  
  25. :0 fhbw
  26. | sed "s/^Subject:/& --procmail working--/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement