Marc Perkel wrote: > Suppose I set control to fakereject and then later I do a discard on the > same message. Is it discarded or fake rejected? It appears from the docs > that fakereject only applies if the messages is accepted but just wanted > to verify this is so if anyone knows.
Setting fakereject will cause exim to behave just like a normal delivery except that the "550-Your message has .." message is returned. If you discard all the recipients either individually at RCPT TO:, or all together at MAIL FROM: or DATA, then the delivery will not happen and all you'll get it a log line. The sender does get the "550-Your message .." and not a 220. -- 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/
