Added filter notify that we want to change the body
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
665a03c45a
commit
449cb018c3
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue