Autor: Michael Bordignon Data: A: exim-users Assumpte: [exim] Exim4 condition, need help
Hi there,
I'm trying to have exim look at the sender address for all incoming
mail, if it matches more than one row (via a mysql query) then prepend
the subject with 'foo'.
I've come this far;
--
set acl_m9 = mysql;SELECT COUNT(*) FROM prospect_addresses WHERE email
LIKE '$sender_address'