Ralf Hildebrandt wrote: > * Eddy Beliveau <eddy.beliv...@hec.ca>: > >> Hi! >> >> We are using Postfix 2.5.4 with success. Thanks ;-) >> >> My question is: >> >> We have many students who send emails to mispelled domains, as: >> hotmmail.com, hotmial.com, hotmail.cm ... >> >> I know that I can try to find all individual combinations >> and write them in some reject file to be used in check_recipient_access >> >> Is there some way to define a rule based on phonetic >> or another solution which detect mispelled words ? >> > > These are not phonetic misspelling, but "slippery keyboard" > misspellings. > > But I do like the idea -- given a list of frequently used domains, > estimate the probably misspellings and create a transport_maps entry > from those... > >
Yes, if someone takes the time to come up with some common ones then please share The problem is that so many scammers seem to buy these mis-spellings and hold them with no MX record set and so the poor user who mistypes effectively see's their message sit in the postfix queue for 5 days (or whatever your timeout is set to) and then 5 days later gets a notice about an email they probably forgot they wrote by then... Instant rejection would be helpful for some mis-smellings (I already have a small transport map which maps to "ERROR: probably you mistyped that email address?") Ed