At 07:44 AM 7/3/2002 -0400, you wrote:

>What do you mean, exactly?  An example would help.

Furthering my previous example:

<!--- Check for RBL Banned --->
<CFIF RBLBanned>
         <CFFILE ACTION="Append" FILE="d:\logfiles\spam-rbl.log" 
OUTPUT="#DateFormat(Now())# #TimeFormat(Now())# #remoteip# #remotedomain# 
FROM: #smtpfrom# TO: #smtpto#">
         result=unknownuser
         <CFABORT>
</CFIF>

I'd like to add to the logging line:

RBL: #rblserver#

To show which RBL server returned the "hit."


-- 
Phillip Beazley
FutureSights -- Website Hosting, Development & E-commerce
Visit http://www.futuresights.com/ or call 727-578-9600.

==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to