Hi,

September 22, 2019 6:23 PM, "Florian Obser" <flor...@openbsd.org> wrote:

> I recently moved from
> 
> action "mda_with_aliases" mda \
> "/usr/local/bin/rspamc --mime --exec '/usr/local/libexec/dovecot/dovecot-lda 
> -f %{sender} -d
> %{dest:strip} -a %{dest}'" \
> alias <aliases> user vmail
> 
> to
> 
> filter rspamd proc-exec "filter-rspamd"
> 
> and
> 
> action "mda_with_aliases" mda \
> "/usr/local/libexec/dovecot/dovecot-lda -f '%{sender}' -d '%{dest:strip}' -a 
> '%{dest}'" \
> alias <aliases> user vmail
> 
> I used to get a bunch of X-Spam-* header lines telling me why a mail got 
> classified as spam / ham,
> e.g.:
> 
> [...]
> 
> The documentation has this to say:
> 
> "The milter headers module (formerly known as rmilter headers) has
> been added in Rspamd 1.5 to provide a relatively simple way to
> configure adding/removing of headers via Rmilter
> (the alternative being to use the API)."
> ^^^^^^^^^^^^^^^ ^^^^^^^^^^^
> 
> So maybe opensmtpd-filter-rspamd using the API and I have to push a
> different button?
> 
> Any insight would be appreciated.
> Thanks,
> Florian
> 

No different button to push, the X-Spam-Symbols will be added but I need to 
figure out
where to get them.

The `rspamc` utility added them itself but my `filter-rspamd` need to figure 
out where
they are so it can actually create the header.

I'll sort that out soon

Reply via email to