]> source.dussan.org Git - rspamd.git/commit
[Rework] Make rspamd protocol messages useful
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 2 Nov 2016 13:38:57 +0000 (13:38 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 2 Nov 2016 13:38:57 +0000 (13:38 +0000)
commita1bdb1f4f56ea6b3877e9c9d030d085728f0d566
tree58ad60e9c78d8dfbcd06f5d314a5c21465f8f1e2
parent99488d5a2a601f4a4ae30036b07189ff9c17ed3c
[Rework] Make rspamd protocol messages useful

Each message is now represented by a string and category, so messages in
metric is an UCL object of the following format:

{
  "category": "string"
}

The significant category is `smtp_message` which should be used by
rmilter to send a custom SMTP reply to a client.
src/libmime/message.c
src/libserver/protocol.c
src/libserver/task.c
src/libserver/task.h
src/lua/lua_task.c
src/plugins/spf.c