Heiko Schlichting via Exim-users wrote on 24/02/2020 13:34:
>> >     deny     message     = This message was classified as SPAM
>> >              spam        = nobody/defer_ok

What does your
spamd_address = ...
contain?

I'm wondering because I use spamd without troubles...

spamd_address = ${acl_m_spamd}

....

  warn    set acl_m_spamd = 127.0.0.1 783
          set acl_m_username = spamass

  defer   condition   = $acl_m_dospamd
          spam        = $acl_m_username:true
          condition   = no

  warn    condition   = $acl_m_dospamd
          spam        = $acl_m_username:true
          set acl_m_sahdr = X-Spam-Score: $spam_score\n\
....

Is it the defer_ok? Or something in spamd_address?

Greetings, Wolfgang
--
Wolfgang Breyha <[email protected]> | https://www.blafasel.at/
Vienna University Computer Center | Austria


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