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

Andrzej Marszalek hipotures at gmail.com
Mon Jan 21 11:19:15 UTC 2019


redis-cli monitor ?

On Mon, Jan 21, 2019 at 12:00 PM Emanuel Gonzalez <
emanuel_gonzalez at live.com.ar> wrote:

> Hello, any ideas for this issue.?
>
> ________________________________
> De: Emanuel Gonzalez
> Enviado: viernes, 18 de enero de 2019 8:10
> Para: User questions
> Asunto: Multimap module body content filter with Redis, not work
>
> 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.!!
> --
> Users mailing list
> Users at lists.rspamd.com
> https://lists.rspamd.com/mailman/listinfo/users
>


More information about the Users mailing list