Re: [Exim] Pseudo-rejection of Spam using local_scan()

Top Page
Delete this message
Reply to this message
Author: Pete Gonzalez
Date:  
To: exim-users
Subject: Re: [Exim] Pseudo-rejection of Spam using local_scan()
--
At 10:19 PM 6/24/2004, you wrote:
>followed by "250 OK id=...". Another approach would be to resend the
>rejected e-mail, but then local_scan() will get called recursively,
>requiring extra headers to distinguish the already-scanned mail.
>So apparently my choice is between dealing with that problem, or
>hacking at Exim's receive.c to implement a new code such as
>LOCAL_SCAN_FAKE_REJECT.


Attached is a patch that adds the LOCAL_SCAN_FAKE_REJECT behavior
described in my previous e-mail. Since it adds a new enum, this
patch should not break compatibility with previous local_scan()
shared libraries.

-Pete
--
[ exim-FakeReject.patch of type application/octet-stream deleted ]
--