>Now, the real question is: >Is this something we can adapt for Emailer?
I took a quick look at the script last night, and I think Yes, it can probably be modified to work with Emailer. However, it needs OS X as it uses the NSLookup command line to do the RBL checking. I had a tough time getting command line stuff to work right from inside Emailer in the past, but for what this script is doing, it will probably work. What you would have to do is read the long headers of the incoming message and parse out the IP address (should be the 2nd line, the "Received:" line). Then pass that to the RBL checking, and act on the decision. I would be a bit more specific, but I can't seem to get the script to open here on my OS 9 machine, I get a disk error trying to access it. I don't think there is a disk problem, so I'm wondering if OS 9's script editor can't open an OS X data fork script. Smile also couldn't open it, but that may be the same problem, it too may be trying to read the resource fork and finding nothing there, and never looking at the data fork. -chris <http://www.mythtech.net> ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

