summaryrefslogtreecommitdiff
path: root/mda/putmail/tests/putmail.at
diff options
context:
space:
mode:
Diffstat (limited to 'mda/putmail/tests/putmail.at')
-rw-r--r--mda/putmail/tests/putmail.at6
1 files changed, 4 insertions, 2 deletions
diff --git a/mda/putmail/tests/putmail.at b/mda/putmail/tests/putmail.at
index d0fe28a1d..2fb08b880 100644
--- a/mda/putmail/tests/putmail.at
+++ b/mda/putmail/tests/putmail.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2019 Free Software Foundation, Inc.
+# Copyright (C) 2010-2024 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -25,7 +25,9 @@ mkdir spool
putmail MDA_OPTIONS --from 'gulliver@example.net' mbox:spool/out < dnl
$INPUT_MSG || exit $?
-sed '1s/From gulliver@example.net.*/ENVELOPE/' spool/out
+sed -e '1s/From gulliver@example.net.*/ENVELOPE/'\
+ -e '/^X-IMAPbase:/d'\
+ -e '/^X-UID:/d' spool/out
],
[0],
[expout])

Return to:

Send suggestions and report system problems to the System administrator.