>> =20 >> Very interesting question !=20 >> >> I don't have any idea about how to do this but I'm interested in answers = >> too >> ! :-) >> >> -----Message d'origine----- >> De : mbano [mailto:[EMAIL PROTECTED] >> Envoy=E9 : mardi 12 juin 2007 19:03 >> =C0 : users@spamassassin.apache.org >> Objet : emails to non existent recipients -- forward to spam honey pot. >> >> >> Hallo all, >> >> is there a way to higher score the email sent to non-existent local >> recipient (detected via ldap) and even so collect them to honex pot, >> smamaccount for re-feed the bayes. >> especially if the sender is the same .. >> >> thanks for ideas... >> >> cheers >> >> Marco >> >> --
Ideally your MTA should check that the recipient does not exist in ldap, and then either - refuse the mail completely at the RCPT command - redirect the mail to sa-learn (it is most likely spam) and then issue a 5xx error in response to the DATA command (if the message really was a typo, the sender will be informed that it could not be delivered) Further, you might want to check your mails whether you can reject mails from your own address ("our roaming users are required to auth"). Note: some time ago ebay was sending certain mails this way ... they should have learned by now that this will also trigger spf, dkim, etc. Wolfgang Hamann