Consider the following user filter:

    $ cat .forward
    # exim filter
    
    if $h_subject: is "exim filter bug"
    then
      testprint "$h_subject printed by is operator"
      save bug
    endif
    deliver [email protected]
    $ 

  My understanding of the documentation is that a message, with a subject of
"exim filter bug", would not be sent to [email protected].  In practice, I had to
add to the save command the seen modifier.
  Did I misunderstand the documentation?


_______________________________________________
Pkg-exim4-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exim4-users


-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to