https://bugs.exim.org/show_bug.cgi?id=3089
Jasen Betts <jasen@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jasen@???
--- Comment #6 from Jasen Betts <jasen@???> ---
assuming you are using a system filter file, and not an end-user filter file
try this:
if first_delivery
and ("$h_from:" contains "nixtech@???" )
and ( "$recipients" contains "@???")
then
fail "Filter-GMAIL, Messages gmail.com s blocked !!"
endif
This keeps the same bug as the original: "@google.commanche.org" is also
matched.
this can possibly be fixed using this (or I might be misunderstanding the
documentation)
and "yes" is "${if inlisti{google.com}{${domains:$recipients_list}}{yes}}"
"$recipients" is not available in user (mailbox) filters only in system
(submission) filters.
--
You are receiving this mail because:
You are on the CC list for the bug.
--
## subscription configuration (requires account):
##
https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-dev-unsubscribe@???
## Exim details at
http://www.exim.org/
## Please use the Wiki with this list -
http://wiki.exim.org/