5
Exim filter example
if $message_body: contains "Something you dont want"
then
fail text "Your mail is not welcome."
seen finish
endif
if $message_body: contains "Something you dont want" or $message_body: contains "Also I dont want this"
then fail
endif
rated 5 times
(5)
(0)
comments: 0 / hits: 1396
/ 3 years ago, sun, may 5, 19, 01:44:43
More From
» C#
Comments
There are no comments for this Snippet yet