For a couple days I have building some scripts to feed spam to rspamd.
Every couple minutes I have some scripts that takes fresh spam, drops it all into a folder and then feed them to rspamd like this:
rspamc -S LOCAL_FUZZY_DENIED -w 10 fuzzy_add /tmp/learn
The process will return success status and hashes for most messages, but I am from time to time seeing this result:
HTTP error: 404, No content to generate fuzzy for flag 11
I have verified the files it is giving the error on actually contain a message. I suppose the message may be malformed, but unlikely as we are getting our spam feed direct from an email server.
If anyone has any insight or wants to view the samples that toss this error, let me know.