Grant Peel wrote: > ----- Original Message ----- > From: "Graeme Fowler" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, March 17, 2008 10:13 AM > Subject: Re: [exim] Better Tracking > > >> On Mon, 2008-03-17 at 10:03 -0400, Grant Peel wrote: >>> So how do I figure out HOW it came to my server to begin with? >> Work back a bit further - the entries you show are from your Mailscanner >> or Amavis config. >> >> Whoa! That'll be "accept and bounce" right there, then... add a >> "no_verify" line to the router calling your content scanner. It'll be >> skipped at recipient verification time, so you'll reject rather than >> accept-and-bounce. >> >> Graeme >> >> >> -- >> ## List details at http://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/ >> >> > > I have no_verify already .... > > > spamcheck_router: > driver = accept > no_verify > condition = "${if and { {!def:h_X-Spam-Flag:} {!eq > {$received_protocol}{spam-scanned}}} {1}{0}}" > transport = spamcheck
What does the router that accepts for the domain look like? Do you have an accept all or something similar? -- The Exim Manual http://www.exim.org/docs.html http://www.exim.org/exim-html-current/doc/html/spec_html/index.html -- ## List details at http://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/
