
| rkloost wrote: |
| Agree to that.
Greylisting might me a better option. |
| Quote: |
|
The Greylisting method is very simple. It only looks at three pieces of information (which we will refer to as a "triplet" from now on) about any particular mail delivery attempt: 1. The IP address of the host attempting the delivery 2. The envelope sender address 3. The envelope recipient address From this, we now have a unique triplet for identifying a mail "relationship". With this data, we simply follow a basic rule, which is: If we have never seen this triplet before, then refuse this delivery and any others that may come within a certain period of time with a temporary failure. |
| stan_qaz wrote: |
| Try these links.
|
| stan_qaz wrote: |
| Ike, That is the idea but it is not a long term fix for the problem as it is so easy for spammers to program around. |
| stan_qaz wrote: |
| Possibilities to make grey listing less intrusive do exist, things like only refusing the initial delivery attempt from servers that fail SPF, Domain Keys, Have no MX entry in DNS and the like to expidite the smooth flow of e-mail from legitimate servers while blocking current spam servers. |
| Quote: |
| Ike, You mean that spammers could resend same mail-out I assume? |
| Code: |
| In the case where we would temporarily fail a particular delivery attempt, the mail transaction would look similar to this:
-> MAIL FROM: <sender@somedomain.com> <- 250 2.1.0 Sender ok -> RCPT TO: <recipient@otherdomain.com> <- 451 4.7.1 Please try again later |
All times are GMT