[Rspamd] Do not post whole body to alias expander...

This commit is contained in:
andryyy
2020-10-18 19:27:25 +02:00
parent be0ec8efc0
commit ee9288581a
+1 -1
View File
@@ -111,7 +111,7 @@ rspamd_config:register_symbol({
rspamd_http.request({
task=task,
url='http://nginx:8081/aliasexp.php',
body=task:get_content(),
body='',
callback=http_callback,
headers={Rcpt=rcpt['addr']},
})