Am 28.01.21 um 18:01 schrieb Cyborg via Exim-users:

   drop     condition = ${if eq{${lookup mysql {SELECT '1' FROM mail_responders WHERE sender=... and receiver=... and  ( date+86400 < unix_timestamp(NOW()) )  LIMIT 1 }}}{1} {1}{0}}                log_message = Responder database said, we should drop this mail.


UPS:

 drop     condition = ${if eq{${lookup mysql {SELECT '1' FROM mail_responders WHERE sender=... and receiver=... and  ( date+86400 > unix_timestamp(NOW()) )  LIMIT 1 }}}{1} {1}{0}}                log_message = Responder database said, we should drop this mail.

Wrong comparison :)

Best regads,
Marius

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to