| Callback Verification |
Article Index for Callback |
Website Links For Callback |
Information AboutCallback Verification |
| CATEGORIES ABOUT CALLBACK VERIFICATION | |
| spam filtering | |
| anti-spam | |
|
PURPOSE Since a large percentage of E-mail Spam has forged sender ("from") addresses, some spam can be detected by checking that the sender address is valid using this method. Another context where callbacks can be used is the communication between different mail servers - for example, a secondary mail exchanger can verify recipients at the primary mail exchanger for the domain in order to decide whether the address is deliverable. PROCESS A mail server can try to verify the an address by making an SMTP connection back to the mail exchanger for it (found via the usual MX Record s), pretending to be creating a bounce, but stopping just before any e-mail is sent. The commands sent out are: HELO MAIL FROM:<> RCPT TO: QUIT This technique is technically compliant with the relevant SMTP RFCs (RFC 2821). DRAWBACKS STMP callbacks can have several drawbacks:
Several of the above problems are alleviated by Caching of verification results, which reduces the amount of duplicate callbacks. There are also two essential problems with callbacks:
COMMON MISTAKES IN IMPLEMENTATIONS
REFERENCES SEE ALSO
|
|
|