https://bugs.exim.org/show_bug.cgi?id=3089
Suhesh K S <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Suhesh K S <[email protected]> --- @Jasen Betts It worked. Following code worked. if first_delivery and ("$h_from:" contains "[email protected]" ) and ( "$recipients" contains "@gmail.com") 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): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
