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

master
andryyy 2020-10-18 19:27:25 +02:00
parent be0ec8efc0
commit ee9288581a
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ rspamd_config:register_symbol({
rspamd_http.request({ rspamd_http.request({
task=task, task=task,
url='http://nginx:8081/aliasexp.php', url='http://nginx:8081/aliasexp.php',
body=task:get_content(), body='',
callback=http_callback, callback=http_callback,
headers={Rcpt=rcpt['addr']}, headers={Rcpt=rcpt['addr']},
}) })