https://bugs.exim.org/show_bug.cgi?id=3089

Jasen Betts <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Jasen Betts <[email protected]> ---
assuming you are using a system filter file, and not an end-user filter file

try this:

    if first_delivery
            and ("$h_from:" contains "[email protected]" )
            and ( "$recipients" contains "@gmail.com")
    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):
##   [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to