For Users of ASSP <[email protected]> schreibt: >Sender verification. So if there was an email coming to me from >gobbledygook.com would\can it check to see if that is a valid sender >i.e. domain?? We don't actually want to do that, but just to find out >if ASSP can and is set up to do it.
-Validate MX or A Record (DoMXACheck) If activated, each sender address is checked for a valid MX or A record. -Reversed Lookup (DoPTRCheck) If activated, each sender IP is checked for a PTR record. This requires an installed Net::DNS module in PERL. Scoring is done with ptmValencePB, testmode is set with ptrTestMode. -Reversed Lookup FQDN Validation (DoPTRCheckInvalid,default=on) If activated - and Reversed Lookup is activated -, the PTR-FQDN record is checked against the Regex. Scoring is done with ptiValencePB -Regular Expression to Invalidate Format of PTR** (invalidPTRRe,default=file:files/invalidptr.txt) Validate Format PTR will check PTR records for this. For example: ^\d+\.\d+\.\d+\.\d+$|^[^\.]+\.?$ or place them in a plain ASCII file one address per line: file:files/invalidptr.txt -Regular Expression to Validate Format of PTR* (validPTRRe,default=file:files/validptr.txt) Validate Format PTR will check PTR records for this. If found, the PTR will be considered valid For example: 'static' or place them in a plain ASCII file one address per line: file:files/validptr.txt ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
