I recently upgraded and enabled the above 2 to get rid of spam (working great btw

Just wondering how safe it is to have these on? are they likely to get my real emails and delete them at all?
CHeers
No, not today. The reason for this is that it's impossible to measure the number of spam messages blocked by grey listing. When grey listing is used, hMailServer delays the delivery of an email. It's not possible for hMailServer to determine whether this email was spam or not. The only thing hMailServer can count is the number of accepts and blocks it makes based on grey listing.Are the Greylisting stats included in the Normal Stats? (Messages Containing Spam)
This is not true. As long as the triplet matches what is stored in the greylisting table when the email retries it will then be whitelisted internally for 36 days (Default).DFitch wrote:true, it rejects with 451 try again later, but unless whitelisted then it will continue to get rejected.
How much of an issue has this been?gbuktenica wrote:However a lot of web sites with forms that you fill in and then click a button to e-mail only run a dumb script and do not retry so the e-mail is lost.
Is it really common that web sites works the way you describe it? All PHP/ASP scripts I have see delivers the email to a "real" local SMTP server. This local SMTP server then takes care of the delivery to the recipients server. I don't think I have ever seen a script which connects directly to the recipients server(s) to deliver a message.However a lot of web sites with forms that you fill in and then click a button to e-mail only run a dumb script and do not retry so the e-mail is lost.
In the whitelist I put together I did have a bunch of Groupwise entries but it would be worth checking with key suppliers/customers that you work with if they use Groupwise so that you can add them to the whitelist straight away.You WILL have to add some IP's to a white list to not block braindead exchange (older versions) and Groupwise (lotus notes) servers that bounce on a 421 - Please try again later, instead of trying again later.
I don't think it is overly common, but I have seen it happen.martin wrote:Is it really common that web sites works the way you describe it? All PHP/ASP scripts I have see delivers the email to a "real" local SMTP server. This local SMTP server then takes care of the delivery to the recipients server. I don't think I have ever seen a script which connects directly to the recipients server(s) to deliver a message.However a lot of web sites with forms that you fill in and then click a button to e-mail only run a dumb script and do not retry so the e-mail is lost.