Hello,
I have two questions:
1) I was wanting more information on the application return code checking. This question was asked perfectly in a previous post, but was never fully answered as the user seemed to have figured it out: viewtopic.php?f=6&t=83
Anyway, when calling an external application and it returns a value, the manual says it's compared against a range. Can you explain how the range works? I think I have an idea, but it seems to not be working.
2) When checking e-mail against a RBL for spam. . . Which address, specificially, does it check? My carrier blocks port 25, so I am using a mail-reflector to send my e-mail in on port 940. Therefore, all my mail is received from the same IP, while the server that sent the e-mail to the reflector (the potential SPAM source) is down in the header. Does the RBL content filter check the first "Received From" address in the header? Is there a way to have it check addresses further down in the header.
FYI - I've written an application to pull the address out of the e-mail header, check it against the RBL, and return a value. This is the reason for my question #1, but I'd rather not have to do this as it's sure to be a maintenance headache.
Thanks
Scott S.