Re: [exim] drop emails by subject - should be simple

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Gary Stainburn
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] drop emails by subject - should be simple
On Monday 30 July 2018 10:47:07 Gary Stainburn via Exim-users wrote:
condition = ${lookup{"$h_subject:"}lsearch{/etc/exim/lists/subject.droplist}
{yes}{no}}

The original attempt did not have quotes around the $h_subject, but I added
them as a suggestion found on a web page.

It doesn't work with or without