[Pkg-exim4-users] save, in a user filter, is not a significant command
Regid Ichira
regid23 at yahoo.com
Sat Jun 11 01:37:14 UTC 2011
Consider the following user filter:
$ cat .forward
# exim filter
if $h_subject: is "exim filter bug"
then
testprint "$h_subject printed by is operator"
seen save bug
endif
deliver jc at rome.example
$
Here, without the seen modifier, a message with the right subject
will be saved, and also sent to jc at rome.example. Is that expected with
the out of the box configuration?
More information about the Pkg-exim4-users
mailing list