[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Returning Details about Spam Evaluation when Rejecting Spam
- To: Дилян Палаузов <dilyan.palauzov@xxxxxxxxx>
- Subject: Re: Returning Details about Spam Evaluation when Rejecting Spam
- From: Nate Leon <n8leon@xxxxxxxxx>
- Date: Thu, 26 Nov 2009 09:54:29 -0800
- Cc: IETF SMTP <ietf-smtp@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=d7nseHGocAS+H9BqQzgKiF8JrL9Gue2zQ3Mst8Kbro8=; b=w0cwM7GQ2WNVrnZCdpT5WsTxAGYcD7mbYRvq/yYRaLsbU8JuVVglOZLl6nCk7lkHcu f7xVDWdSvs08vhXoHy9mJOxsiR1sHYPhuX+EdNf1T2jlRCusN13Q2zQ7vLRreWcAjvk1 WqiUqbRLUFWROIUxk0+9UbPWVIBBC1vU2Havc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=RLbJcsSWz73KE7SDfjvIcHlkgTusuIAWtjp47pxduW9Hc+6qzUYRpuLa1rgvlEztr3 Sd48akTc2PpBpxyV9addnWU5H5Io5KMsOntrVU+RRg4fLLq2vqGTEd3CUIzl6t1HRyHw rZFqpWYNDzkF/7w2vU+XXR5dWlm4T1E0RY6rA=
- In-reply-to: <4B0E88D0.1090209@xxxxxxxxx>
- List-archive: <http://www.imc.org/ietf-smtp/mail-archive/>
- List-id: <ietf-smtp.imc.org>
- List-unsubscribe: <mailto:ietf-smtp-request@imc.org?body=unsubscribe>
- References: <4B0E88D0.1090209@xxxxxxxxx>
- Sender: owner-ietf-smtp@xxxxxxxxxxxx
I agree with Hector - the less detail the better when communicating
back to spammers.
How about:
250 Requested mail action OK
and log the details as Hector suggested.
If you are required to notify the sender of the failure due to
corporate guidelines,
make the msg even more generic:
550 Your mail was rejected due to local policy
n8
2009/11/26 Дилян Палаузов <dilyan.palauzov@xxxxxxxxx>:
>
> Hello,
>
> When an email is evaluated as spam and in turn is rejected during the SMTP
> dialog, is it reasonable to show in the SMTP response the result of the spam
> evaluation or not?
>
> E.g. Using SpamAssassin to filter the messages, what response is better and
> why?
>
> 550 5.7.1 Your mail was evaluated as spam.
>
> or
>
> 550-5.7.1 Your mail was evaluated as spam (see below for details).
> 550-5.7.1
> 550-5.7.1 -0.0 SPF_PASS SPF: sender matches SPF record
> 550-5.7.1 -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1%
> 550-5.7.1 [score: 0.0000]
> 550 5.7.1 1.0 DKIM_VALID DKIM_VALID
>
>
> Thanks in advance for your opinion,
> Дилян
>
>