commit 066b394: [Minor] Oops, fix build
Vsevolod Stakhov
vsevolod at highsecure.ru
Mon Mar 18 17:35:04 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-03-18 17:29:26 +0000
URL: https://github.com/rspamd/rspamd/commit/066b39426d0e90d9add72ef366ad1a0ae9ed2554 (HEAD -> master)
[Minor] Oops, fix build
---
src/lua/lua_task.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c
index c762eb173..b5ed7dd19 100644
--- a/src/lua/lua_task.c
+++ b/src/lua/lua_task.c
@@ -433,7 +433,7 @@ LUA_FUNCTION_DEF (task, get_principal_recipient);
* - smtp from as a last resort
* @return {address} email address
*/
-LUA_FUNCTION_DEF (task, get_sender);
+LUA_FUNCTION_DEF (task, get_reply_sender);
/***
* @method task:set_recipients([type], {rcpt1, rcpt2...})
More information about the Commits
mailing list