Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 0.51 KB | Hits: 44 | Expires: Never
Copy text to clipboard
  1. #snip only:
  2. ---%<-------------------------------------------------------------------------
  3. if address ["Return-Path"] ["my_address@my_domain.com"]
  4. {
  5.    setflag "\\seen";
  6. }
  7. ---%<-------------------------------------------------------------------------
  8.  
  9.  
  10. # snip and snap
  11. ---%<-------------------------------------------------------------------------
  12. if address ["Return-Path"] ["my_address@my_domain.com"]
  13. {
  14.    setflag "\\seen";
  15. }
  16. ------------------------------------------------------------------------->%---