filter: add page source to email filter

Since the email filter is called from lots of places, the script might
benefit from knowing the origin. That way it can modify its contents
and/or size depending.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
此提交包含在:
Jason A. Donenfeld
2014-01-13 16:24:40 +01:00
父節點 e942a1622b
當前提交 786609bd36
共有 8 個檔案被更改,包括 21 行新增15 行删除

查看文件

@ -9,7 +9,7 @@
require("crypto")
function filter_open(email)
function filter_open(email, page)
buffer = ""
md5 = crypto.digest("md5", email:sub(2, -2):lower())
end