mail/mlmmj: fix typo in the original from support

This commit is contained in:
Baptiste Daroussin 2021-05-26 13:46:51 +02:00
parent 68c6c90da6
commit a2cc7761cc
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= mlmmj
PORTVERSION= 1.3.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://mlmmj.org/releases/

View file

@ -1,5 +1,5 @@
diff --git src/mlmmj-process.c src/mlmmj-process.c
index 82e4d04..c8f4add 100644
index 82e4d04..0362c7b 100644
--- src/mlmmj-process.c
+++ src/mlmmj-process.c
@@ -473,6 +473,7 @@ int main(int argc, char **argv)
@ -14,7 +14,7 @@ index 82e4d04..c8f4add 100644
{ "Return-Path:", 0, NULL },
{ "Delivered-To:", 0, NULL },
{ "Subject:", 0, NULL },
+ { "X-Original-From", 0, NULL },
+ { "X-Original-From:", 0, NULL },
{ NULL, 0, NULL }
};