[exim-dev] [Bug 3089] BCC detection not working in Exim cust…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Bugzilla
Fecha:  
A: exim-dev
Temas antiguos: [exim-dev] [Bug 3089] New: BCC detection not working in Exam custom filtering
Asunto: [exim-dev] [Bug 3089] BCC detection not working in Exim custom filtering
https://bugs.exim.org/show_bug.cgi?id=3089

Suhesh K S <suhesh@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED


--- Comment #7 from Suhesh K S <suhesh@???> ---
@Jasen Betts

It worked. Following code worked.

    if first_delivery
            and ("$h_from:" contains "nixtech@???" )
            and ( "$recipients" contains "@???")
    then 
            fail "Filter-GMAIL,  Messages gmail.com s blocked !!"
    endif


--
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/