[Rspamd-Users] Solved! Not Analyzing Messages
Casey Bralla
MailList at NerdWorld.org
Mon Aug 26 14:19:49 UTC 2024
Thanks for the suggestions. My problem was that I had not trained on as
many messages as I had thought, and was below the 200 message threshold,
so no bayse analysis was done. And since all the other stuff was good,
my "spam" went through undetected. Re-learning with more messages solved
the problem.
BTW, that tutorial at 0xf8.org was excellent. Yes, I found all the
configuration data very confusing in the docs. I've hit this problem
many times before: the docs are written by people who intimately
understand the structure, but don't help a newbie. Of course, the
opposite problem can occur where the docs are so simplified, they don't
help solve a user's problems. Tough road to walk and get right.
Thanks for your help!
On 8/26/24 8:36 AM, Tino Hendricks via Users wrote:
> Hi Casey!
>
>> Am 26.08.2024 um 13:48 schrieb Casey Bralla <MailList at NerdWorld.org>:
>>
>> Sorry if this is an ultra newbie question...
>>
>> I'm building a new instance of OpenSMTPD, Dovecot, & rspamd. I've got most of the system working, and have trained the system on my 10,000+ repositories of ham and spam.
>>
>> But the system does not seem to be evaluating the messages when it assigns a X-Spam score. For example, on an eMail which is clearly spam (penis enlargement, etc), it added this report to the eMail
>>
>> X-Spamd-Bar: /
>> X-Rspamd-Server: t-Mail
>> X-Rspamd-Queue-Id: b097b86d
>> X-Spamd-Result: default: False [-0.09 / 15.00];
>> ARC_NA(0.00)[];
>> XM_UA_NO_VERSION(0.01)[];
>> FROM_HAS_DN(0.00)[];
>> TO_MATCH_ENVRCPT_ALL(0.00)[];
>> MIME_GOOD(-0.10)[multipart/alternative,text/plain];
>> PREVIOUSLY_DELIVERED(0.00)[casey at xyz.com];
>> RCPT_COUNT_ONE(0.00)[1];
>> TO_DN_ALL(0.00)[];
>> DBL_BLOCKED_OPENRESOLVER(0.00)[storage.googleapis.com:url];
>> RCVD_COUNT_ONE(0.00)[1];
>> FROM_EQ_ENVFROM(0.00)[];
>> TO_EQ_FROM(0.00)[];
>> MIME_TRACE(0.00)[0:+,1:+,2:~];
>> RCVD_TLS_ALL(0.00)[];
>> MID_RHS_MATCH_FROM(0.00)[]
>>
>> I'm brand new to rspamd, and never was an expert on spamassasin, so would appreciate it if anyone could point me in a good direction for troubleshooting.
>>
>> TIA!!
> A good start besides checking the fine manuals or this intro
> https://www.0xf8.org/2018/05/an-alternative-introduction-to-rspamd-configuration-introduction/
>
>
> would be to activate debugging by putting
>
> debug_modules = ["bayes" ,“lua_bayes“]
>
> into your local.d//logging.inc
>
> HTH
>
> Tino
>
>
>
More information about the Users
mailing list