diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-11-11 23:29:41 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-11-11 23:29:41 -0800 |
| commit | 7e43d01d3ea88261113921836f7153d31cb006ce (patch) | |
| tree | 41a63ae81629d1c524fa93e53cc1c55bc5fc81f8 /rt/lib/RT/Interface/Email/Auth | |
| parent | fb8e122215412174e8a39dd9d5197d79f0bd4f96 (diff) | |
RT 3.8.15
Diffstat (limited to 'rt/lib/RT/Interface/Email/Auth')
| -rwxr-xr-x | rt/lib/RT/Interface/Email/Auth/GnuPG.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/lib/RT/Interface/Email/Auth/GnuPG.pm b/rt/lib/RT/Interface/Email/Auth/GnuPG.pm index 6d43b9610..846c01353 100755 --- a/rt/lib/RT/Interface/Email/Auth/GnuPG.pm +++ b/rt/lib/RT/Interface/Email/Auth/GnuPG.pm @@ -77,8 +77,9 @@ sub GetCurrentUser { foreach my $p ( $args{'Message'}->parts_DFS ) { $p->head->delete($_) for qw( - X-RT-GnuPG-Status X-RT-Incoming-Encrypton + X-RT-GnuPG-Status X-RT-Incoming-Encryption X-RT-Incoming-Signature X-RT-Privacy + X-RT-Sign X-RT-Encrypt ); } |
