Hi all,

I am using spamassassin with Exim.

I have a router in the middle of the Exim configuration as such:

spamcheck_router:
  driver = accept
  no_verify
  condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}\
  {spam-scanned}}} {1}{0}}"
  transport = spamcheck

When the mail is sent to the transport, and parsed by spamassassin, does the mail then get completely re-deilverd by Exim, or where does it get re-inserted into the exim process?

I hope this is the right list for this question :-)

-G

Reply via email to