From 449cb018c3c4bc9d3b6276e3a6a641be78cfb1fe Mon Sep 17 00:00:00 2001 From: Tyrolyean Date: Sat, 25 Apr 2020 02:02:54 +0200 Subject: [PATCH] Added filter notify that we want to change the body Signed-off-by: Tyrolyean --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 2493e57..dd97434 100644 --- a/src/main.c +++ b/src/main.c @@ -208,7 +208,7 @@ struct smfiDesc smfilter = { "mailattach", /* filter name */ SMFI_VERSION, /* version code -- do not change */ - SMFIF_ADDHDRS, /* flags */ + SMFIF_ADDHDRS | SMFIF_CHGBODY, /* flags */ NULL, /* connection info filter */ NULL, /* SMTP HELO command filter */ mlfi_envfrom, /* envelope sender filter */