------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=855
--- Comment #1 from bugzilla@??? 2009-06-20 21:42:49 ---
This is actually the relevant section of the docs, though it shows essentially
the same thing:
http://www.exim.org/exim-html-4.50/doc/html/spec_39.html
39.31 Callout verification
...
For a sender callout check, Exim makes SMTP connections to the remote hosts, to
test whether a bounce message could be delivered to the sender address. The
following SMTP commands are sent:
HELO <smtp active host name>
MAIL FROM:<>
RCPT TO:<the address to be tested>
QUIT
******************************************
VRFY should be used, not RCPT TO:
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email