Hi Ben,

you wrote:
Hi all,

There are certain inbound emails that I want to reject outright, meaning I don't even want post.cfm 
to be invoked.  I had assumed that by catching those emails in rcpt and putting a 
"result=unknownuser" in rcpt.cfm that iMS would do the "right" thing and abort 
further processing.  However, it would appear that this is, in fact, not the case.  Is there any 
way that I can instruct iMS to stop processing within the rcpt.cfm file?

If that's a bad idea, then "that's a bad idea" is a perfectly acceptable 
response.

What I have sprinkled everywhere is:

result=UnknownUser
<cfabort>

and they work like charmers.

Depending on what your rcpt.cfm code looks like you could spit several "result=..."s back to iMS so we stop the template dead in its tracks after the failing result. Then there is no chance of another result being fed back to the server.



Doing that we certainly don't get any further processing. We do exactly the same in helo.cfm and mail.cfm dor the same reason, kill the baddies as early as possible.


All the best to everyone for the festive season and the New Year.

Kym K
==^=======================================================
This list server is Powered by iMS  "The Swiss Army Knife of Mail Servers"
--------------------------------------------------------------------------------------
This list is provided as a free service.  Although we will try to address issues
in a timely manner, support via this list is not guaranteed.  If you require 
expedited
support then a support contract is required.  Support may be purchased from
http://www.coolfusion.com/commerce.  Details regarding support options may be 
reviewed
at: http://www.coolfusion.com/SupportOptions.cfm
--------------------------------------------------------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/Support/
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/Developers/
List archives: http://www.coolfusion.com/cfbb/
Note: You are subscribed as archive_jab_org / [EMAIL PROTECTED]
==^=======================================================


Reply via email to