[Rspamd-Users] Multimap module body content filter with Redis, not work

Emanuel Gonzalez emanuel_gonzalez at live.com.ar
Fri Jan 18 11:10:23 UTC 2019


Hello, i have a simple question.

I create a filter to map into the body, but not work. I have other filters reading a redis database and they work perfectly.

Here my config:

BODY_CONTENT_TEST {
        type = "content";
        filter = "body";
        map = "redis://body_blocked";
    }

[root at vpsx /etc/rspamd/local.d] # redis-cli hgetall body_blocked
1) "thisisspamforme"
2) "1"

BODY:

=== Trying mail.mydomain.tk:25...
=== Connected to mail.mydomain.tk.
<-  220-mydomain.tk ESMTP Exim 4.87_1 #2 Fri, 18 Jan 2019 07:56:00 -0300
<-  220-  We do not authorize the use of this system to transport unsolicited,
<-  220   and/or bulk e-mail.
 -> EHLO egonzalez.dat
<-  250-mydomain.tk Hello egonzalez [x.x.x.x]
<-  250-SIZE 52428800
<-  250-8BITMIME
<-  250-PIPELINING
<-  250-AUTH LOGIN
<-  250-STARTTLS
<-  250 HELP
 -> MAIL FROM:<soyspam at wtf.com>
<-  250 OK
 -> RCPT TO:<user at mydomain.tk>
<-  250 Accepted
 -> DATA
<-  354 Enter message, ending with "." on a line by itself
 -> Date: Fri, 18 Jan 2019 07:56:00 -0300
 -> To: user at mydomain.tk
 -> From: soyspam at wtf.com
 -> Subject: Subject Spam
 -> Message-Id: <20190118075600.030711 at egonzalez>
 -> X-Mailer: swaks v20170101.0 jetmore.org/john/code/swaks/
 ->
 -> thisisspamforme
 ->
 -> .
<-  250 OK id=1gkRoe-0001YI-8h
 -> QUIT
<-  221 mydomain.tk closing connection
=== Connection closed with remote host.


The command "rspamd configtest" the command not unfolds any error.

Any ideas.?

Regards.!!


More information about the Users mailing list