Your message dated Tue, 26 May 2026 10:14:14 +0000
with message-id <[email protected]>
and subject line Bug#1134418: Removed package(s) from unstable
has caused the Debian Bug report #1009174,
regarding request-tracker4: disordering of email headers in forwarded messages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1009174: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009174
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: request-tracker4
Version: 4.4.1-3+deb9u3
Severity: normal

Dear Maintainer,

RT changes the original order of email headers when forwarding attached emails.
This is seen in case the original message was offered to RT with a leading unix
style From_ header.  This behaviour causes havoc in case the full mime message
later gets analysed by strict spam scanners who interpret mime-included message
headers.

Both the full headers of a message as offered to RT (headers-incoming.txt)
and the full headers of message as forwarded in mime attachemnt
by RT (headers-forwarded.txt) are attached to this bugreport.
The first line in headers-incoming.txt is

 From [email protected]  mon apr  4 20: 01:10 2022

.  (This was likely added by postfix doing local(8postfix) mail delivery, and
alias expansion.)  However, in headers-forwarded.txt it ends up at line 19.
This breaks the email headers.  (And our spam scanner RSPAMD agrees and
reports it as BROKEN_HEADERS.)

Below we elaborate on the details of our setup.

* What led up to the situation?

There is no specific trigger for this situation, presumably the bug existed in
the system eversince it was installed. What triggered our investigation was a
helpdesk call from one of our customers telling us that "forwarded tickets from
RT4 were bounced by our mail gateway".

A little bit of background on our setup:

- Tickets are received through SMTP and added to the system by rt-mailgate. Our
   configuration is based on
   https://rt-wiki.bestpractical.com/wiki/ManualEmailConfig.

- The RT4 view used to forward the original email
   (https://<rt_host>/rt/Ticket/Display.html?id=<ticket_number>)

- We're using Postfix (3.1.15-0+deb9u) as MTA to send and receive emails from
   RT4. Outgoing mail is relayed through our mail gateway.
- On our mail gateway we use RSPAMD (version 3.1-1~buster from rspamd.com)

Other related packages:
- apache2 (2.4.25-3+deb9u12)
- postgresql-9.6 (9.6.24-0+deb9u1)
- request-tracker4 rt4-clients rt4-db-postgresql rt4-db-sqlite rt4-fcgi
    (all version 4.4.1-3+deb9u3)

The reason for these bounces: RSPAMD marked all of these messages to have
BROKEN_HEADERS. This ultimately results in bouncing the message as the SPAM
score increased beyond the configured limit. Investigation into these
BROKEN_HEADERS showed that when piping emails to rt-mailgate (from the aliases
file), postfix adds something like: "From [email protected] Tue Mar
29 12:52:50 2022" before the original email header (so this becomes the first
line parsed by rt-mailgate). This behaviour can be explained from the local(8)
manpage that comes with postfix: "In the case of UNIX-style mailbox delivery,
the local(8) daemon prepends a "From sender time_stamp" envelope header to each
message". This can be confirmed by piping the email alias to a file using 'cat'
instead of rt-mailgate.

--- See mail-delivered-to-cat.txt

Next, we  have tested rt-mailgate to "deliver" to netcat: 'nc -l -p 81 > nc.log
2>&1'. The nc.log still contains the first line added by postfix. Feeding only
the SMTP header (including the line added by postfix against RSPAMD did NOT
give a BROKEN_HEADER classification. Command: 'cat mail-delivered-to-cat.txt |
/usr/bin/rt-mailgate --queue 'General' --action correspond --url
http://localhost:81/rt'

--- See nc.log

After this we actually delivered the ticket to the RT queue: 'cat
mail-delivered-to-cat.txt | /usr/bin/rt-mailgate --queue 'General' --action
correspond --url http://localhost/rt'

Last step is to stop postfix on the local system and forward the first entry in
the history (from view:
https://<rt_host>/rt/Ticket/Display.html?id=<ticket_number>) to a random email
address. When running postcat of that forward from the local mailqueue we get
the results showed in postcat-forwarded-message.txt. When pasting the header in
the MIME attached message into RSPAMD, RSPAMD reports BROKEN_HEADERS.

Changing the following entry in the SMTP header of the MIME attachment:
  "From [email protected] Tue Mar 29 12:52:50 2022"
To (not the colon):
  "From: [email protected] Tue Mar 29 12:52:50 2022"

RSPAMD no longer reports BROKEN_HEADERS

We have been able to reproduce the behaviour by setting up a clean installation
of RT4, with the same versions as specified below.

* Workaround

We have been able to work around the problem by filtering the first line (added
by postfix) on delivery to rt-mailgate in the aliases configuration. An
example:

Change:
  rt: "| /usr/bin/rt-mailgate --queue 'Test' --action correspond -- url 
http://localhost/rt";
To:
  rt: "| /usr/bin/awk 'NR > 1 || !/^From /' | /usr/bin/rt-mailgate -- queue 
'Test' --action correspond --url http://localhost/rt";

In /your/aliases/file and run 'postalias /your/aliases/file'

* Thanks to:
Lars Biemans and Wessel Dankers for the collaboration and
effort on finding and working around this issue!

Bye,

Sander van Dinten and Joost van Baal-Ilić

-- Package-specific info:
Changed files:

There are locally modified files in /usr/local/share/request-tracker4/,
 these may (or may not) be the source of the problem.

-- System Information:
Debian Release: 9.13
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-18-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages request-tracker4 depends on:
ii  dbconfig-common                              2.0.8
ii  debconf [debconf-2.0]                        1.5.61
ii  fonts-droid-fallback                         1:6.0.1r16-1.1
ii  fonts-noto-hinted                            20161116-1
ii  libapache-session-perl                       1.93-2
ii  libbusiness-hours-perl                       0.13-0+deb9u1
ii  libcgi-emulate-psgi-perl                     0.22-1
ii  libcgi-pm-perl                               4.35-1
ii  libcgi-psgi-perl                             0.15-2
ii  libclass-accessor-perl                       0.34-1
ii  libconvert-color-perl                        0.11-2
ii  libcrypt-eksblowfish-perl                    0.009-2+b2
ii  libcrypt-ssleay-perl                         0.73.04-2
ii  libcrypt-x509-perl                           0.51-1
ii  libcss-minifier-xs-perl                      0.09-2+b2
ii  libcss-squish-perl                           0.09-1
ii  libdata-guid-perl                            0.048-1
ii  libdata-ical-perl                            0.22+dfsg-1
ii  libdata-page-pageset-perl                    1.02-1
ii  libdate-extract-perl                         0.06-1
ii  libdate-manip-perl                           6.57-1
ii  libdatetime-format-natural-perl              1.04-1
ii  libdatetime-locale-perl                      1:1.11-1
ii  libdatetime-perl                             2:1.42-1
ii  libdbi-perl                                  1.636-1+deb9u1
ii  libdbix-searchbuilder-perl                   1.67-1
ii  libdevel-globaldestruction-perl              0.14-1
ii  libemail-address-list-perl                   0.05-1+deb9u1
ii  libemail-address-perl                        1.908-1+deb9u1
ii  libencode-perl                               2.88-1
ii  libfile-sharedir-perl                        1.102-1
ii  libfile-which-perl                           1.21-1
ii  libgd-graph-perl                             1.48-2
ii  libgd-text-perl                              0.86-9
ii  libgnupg-interface-perl                      0.52-9
ii  libgraphviz-perl                             2.22-1
ii  libhtml-formattext-withlinks-andtables-perl  0.07-1
ii  libhtml-formattext-withlinks-perl            0.15-1
ii  libhtml-mason-perl                           1:1.56-1
ii  libhtml-mason-psgihandler-perl               0.53-1
ii  libhtml-quoted-perl                          0.04-1
ii  libhtml-rewriteattributes-perl               0.05-1
ii  libhtml-scrubber-perl                        0.15-1
ii  libhttp-message-perl                         6.11-1
ii  libipc-run-perl                              0.94-1+deb9u1
ii  libipc-run3-perl                             0.048-1
ii  libjavascript-minifier-xs-perl               0.11-1+b2
ii  libjson-perl                                 2.90-1
ii  liblist-moreutils-perl                       0.416-1+b1
ii  liblocale-maketext-fuzzy-perl                0.11-1
ii  liblocale-maketext-lexicon-perl              1.00-1
ii  liblog-dispatch-perl                         2.58-1
ii  libmailtools-perl                            2.18-1
ii  libmime-tools-perl                           5.508-1
ii  libmime-types-perl                           2.13-1
ii  libmodule-refresh-perl                       0.17-1
ii  libmodule-versions-report-perl               1.06-1
ii  libnet-cidr-perl                             0.18-1
ii  libnet-ip-perl                               1.26-1
ii  libnet-ldap-perl                             1:0.6500+dfsg-1
ii  libnet-ssleay-perl                           1.80-1
ii  libperl5.24 [libencode-perl]                 5.24.1-3+deb9u7
ii  libperlio-eol-perl                           0.16-1+b1
ii  libplack-perl                                1.0042-1
ii  libregexp-common-net-cidr-perl               0.02-1
ii  libregexp-common-perl                        2016060801-1
ii  libregexp-ipv6-perl                          0.03-1
ii  librole-basic-perl                           0.13-2
ii  libscope-upper-perl                          0.29-1+b1
ii  libstring-shellquote-perl                    1.03-1.2
ii  libsymbol-global-name-perl                   0.05-1
ii  libtext-autoformat-perl                      1.740000-2
ii  libtext-password-pronounceable-perl          0.30-1
ii  libtext-quoted-perl                          2.09-1
ii  libtext-template-perl                        1.46-1
ii  libtext-wikiformat-perl                      0.79-1
ii  libtext-wrapper-perl                         1.05-2
ii  libtime-parsedate-perl                       2015.103-2
ii  libtimedate-perl                             2.3000-2+deb9u1
ii  libtree-simple-perl                          1.29-1
ii  libuniversal-require-perl                    0.17-1
ii  liburi-perl                                  1.71-1
ii  libwww-perl                                  6.15-1
ii  libxml-rss-perl                              1.59-1
ii  libxml-simple-perl                           2.22-1
ii  lsb-base                                     9.20161125
ii  perl                                         5.24.1-3+deb9u7
ii  postfix [mail-transport-agent]               3.1.15-0+deb9u1
ii  rsyslog [system-log-daemon]                  8.24.0-1+deb9u1
ii  rt4-clients                                  4.4.1-3+deb9u3
ii  rt4-db-postgresql                            4.4.1-3+deb9u3
ii  rt4-db-sqlite                                4.4.1-3+deb9u3
ii  rt4-fcgi                                     4.4.1-3+deb9u3
ii  ucf                                          3.0036

Versions of packages request-tracker4 recommends:
ii  cron [cron-daemon]           3.0pl1-128+deb9u2
pn  libfile-dropbox-perl         <none>
pn  libhtml-formatexternal-perl  <none>
pn  libnet-amazon-s3-perl        <none>
pn  w3m                          <none>

Versions of packages request-tracker4 suggests:
pn  rt4-doc-html  <none>

-- debconf information:
* request-tracker4/dbconfig-install: true
  request-tracker4/mysql/method: Unix socket
* request-tracker4/pgsql/authmethod-user: ident
* request-tracker4/pgsql/authmethod-admin: ident
* request-tracker4/rtname: help.tias.edu
* request-tracker4/dbconfig-upgrade: true
* request-tracker4/database-type: pgsql
  request-tracker4/missing-db-package-error: ignore
  request-tracker4/purge: false
  request-tracker4/db/basepath:
* request-tracker4/webpath: /rt
  request-tracker4/internal/skip-preseed: false
* request-tracker4/db/dbname: requesttracker4
  request-tracker4/remote/port:
* request-tracker4/pgsql/method: Unix socket
* request-tracker4/upgrade-error: ignore
  request-tracker4/passwords-do-not-match:
  request-tracker4/pgsql/no-empty-passwords:
* request-tracker4/webbaseurl: https://help.tias.edu
  request-tracker4/pgsql/manualconf:
* request-tracker4/pgsql/admin-user: postgres
  request-tracker4/pgsql/changeconf: false
  request-tracker4/remote/host: localhost
* request-tracker4/db/app-user: requesttracker4@localhost
  request-tracker4/internal/reconfiguring: false
  request-tracker4/dbconfig-remove:
  request-tracker4/mysql/admin-user:
  request-tracker4/remote/newhost:
  request-tracker4/install-error: ignore
* request-tracker4/handle-siteconfig-permissions: false
* request-tracker4/correspondaddress: [email protected]
* request-tracker4/install-cronjobs: true
* request-tracker4/commentaddress: [email protected]
* request-tracker4/upgrade-backup: false
  request-tracker4/dbconfig-reinstall: false
* request-tracker4/organization: tias.edu
  request-tracker4/remove-error: abort







-- 
✉ Joost van Baal-Ilić <[email protected]>             ☎ (013-466-)3519
kamer G 231                  ✉ TiU LIS Infra Unix <[email protected]>
irc://irc.uvt.nl/#infra  ☎ (013–466-)4683 🌍 https://go.uvt.nl/unix
X-Rspamd-Server: engset
X-Spam-Level: -
X-MS-Exchange-Crosstenant-Authsource: DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
X-MS-Exchange-Crosstenant-Originalarrivaltime: 04 Apr 2022 18:01:08.4005 (UTC)
To: "[email protected]" <[email protected]>
X-Forefront-Antispam-Report: 
CIP:255.255.255.255;CTRY:;LANG:en;SCL:-1;SRV:;IPV:NLI;SFV:SKI;H:DU0P195MB1794.EURP195.PROD.OUTLOOK.COM;PTR:;CAT:NONE;SFS:;DIR:INB;
X-MS-Traffictypediagnostic: PRAP195MB1530:EE_
X-Spam-Score: -1.80
X-MS-Exchange-Transport-Crosstenantheadersstamped: PRAP195MB1530
X-Crosspremisesheadersfilteredbysendconnector: EXMBX003.campus.uvt.nl
X-Microsoft-Antispam-Message-Info: 
IxeS8du9Bq/5Beh2SPR9kw1rEczkq/K0QeMu3sXwLwdgl38z67MQKHfbrvr2hecSAqW33oyTcE9TmBxnyw05Aty2ltd+NB+teZDppjMqnuqVZVaYDXwsPXFaeIMjke3tgx8lIaYga9To7FLKSmY9jBgd8wg871uNATQJ7YCxWeq8WnfZRelQbZOuJVpmydMLXlP13LGcp7psqbClfDZnVvKxkgEZWvOus6wYs2HydtptcDH88VybjPG2YK9hSLSGcjoKKL3ZfWy+vxOL9OnVmN6XKMVURA5bVBECSKliDIjDFRPWbvEA6uqQMfBtMdwr8RUHqKgwMFmRjk4A8hQkW+3ZZ2XsgmVWEaLnOWN2cjYuFTwcyokyWUcdwFEHS8hHi1hk1AymzKUuFckDQFs9o02StCfkzigw+xZ/sx8GPIpDgNjLSYZ/3ahcrSkmOViaIqcZ2Ngd3S3Tkpl9NxLpfmaf4V0q5I6IxmdI/E7eEg7gAKwentbKbLi26l05t9XNhe0kMrvY1unmPWkgm50E1l0KLmwIKLr5rKg+kG+7vqhKcyHQTycAR/yX4/9o1ayEPzy5XlLEd7BGzV1pBQ1qSf9v/fzazBhO3g7FHlPSBZE=
X-MS-Exchange-Crosstenant-Authas: Internal
Thread-Topic: Test RT ticket
Delivered-To: REDACTED@rt-fqdn
X-Originatororg: tilburguniversity.edu
X-MS-Exchange-Atpmessageproperties: SA
X-Original-To: REDACTED@rt-fqdn
Accept-Language: en-US
From [email protected]  mon apr  4 20: 01:10 2022
X-Spam-Cookie: 83fab5acabc37457b34c06d0f8d6c5b8b1c1f316
X-Organizationheaderspreserved: PRAP195MB1530.EURP195.PROD.OUTLOOK.COM
X-Organizationheaderspreserved: EXMBX003.campus.uvt.nl
X-Rspamd-Queue-ID: 57A2D9B
Message-ID: 
<du0p195mb1794beda6a7778db163783b8b4...@du0p195mb1794.eurp195.prod.outlook.com>
X-MS-Exchange-Crosstenant-ID: 7a5561df-6599-4898-8a20-cce41db3b44f
X-MS-Exchange-Crosstenant-Network-Message-ID: 
84d5d23b-cc4c-44bd-ef85-08da1665187b
Return-Path: <[email protected]>
X-MS-Exchange-Crosstenant-Mailboxtype: HOSTED
Date: Mon, 4 Apr 2022 18:01:08 +0000
X-Spam-Status: default: False [-1.80 / 20.00]; 
ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1];
 RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; 
RCVD_IN_DNSWL_MED(-0.20)[137.56.251.97:received];
 MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_EQ_ADDR_ALL(0.00)[];
 FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FROM_HAS_DN(0.00)[];
 RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_FIVE(0.00)[5];
 TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.00)[-0.842];
 NEURAL_HAM_MEDIUM(-0.00)[-0.682]
Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tilburguniversity.edu;
 s=selector1; 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=; 
b=QuqFVXwnKRX9q3Ukrf3xg7/GNLuFcMP1Gt3oHMR++s+HTBoaIAGuI65q8Zbb/4iGp5u1JwKJUs/mc552Mu7ttBQ8TO+W1Vc9TwQzLbwJT0pI66v0tjB1QY4vLYlUDPLkajdan0eiNYFjku1gTDdHUnvihXzx7K4Ya8ZKri4fWlFp/R0uZy6AsbfWyjnXO2aRqX/gixuBOSGs3kSJm1NuLTNAlzoVJPLiLU61Z7rFDxMOUn3NeNtj1VPxo8qYXqIugrIe2PDV+6u3BK5xKglYfo5ag1iiSbh75lkI6rZBx0v37ouCpF+ctY6vLW6+0cObvOnIYS8iNpWI8vr5pLjJbQ==
Content-Language: en-US
X-MS-Publictraffictype: Email
X-RT-Incoming-Encryption: Not encrypted
Arc-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass
 smtp.mailfrom=tilburguniversity.edu; dmarc=pass action=none
 header.from=tilburguniversity.edu; dkim=pass header.d=tilburguniversity.edu;
 arc=none
Content-Type: multipart/alternative;
 boundary="_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_"
X-MS-Office365-Filtering-Correlation-ID: 84d5d23b-cc4c-44bd-ef85-08da1665187b
X-Spam-Flag: NO
X-Crosspremisesheaderspromoted: EXMBX103.campus.uvt.nl
X-MS-Exchange-Crosstenant-Fromentityheader: Hosted
X-Crosspremisesheadersfiltered: EXMBX103.campus.uvt.nl
X-MS-Exchange-Crosstenant-Userprincipalname: 
w9T93WtjkmC79DqnQBwfBBptG6OI4/0Mt9i2V543gAA4/Yvkzha3WegRgyKRrzacewfz/lDcmitPyqotC32ddi7/KY/LqD6n7wuV7HKjcUaIMCyGkWr0EA8vg+O+mGlv
MIME-Version: 1.0
Subject: Test RT ticket
X-MS-Tnef-Correlator:
X-Microsoft-Antispam: BCL:0;
Authentication-Results: elekes.uvt.nl; arc=pass 
("microsoft.com:s=arcselector9901:i=1")
From: "USERNAME REDACTED" <[email protected]>
Received: from elekes.uvt.nl (elekes.uvt.nl
 [IPv6:2001:610:1410:0:49d7:2368:0:242]) by siegel.tias.edu (Postfix) with
 ESMTP id C277A3098E6 for <REDACTED@rt-fqdn>; Mon,  4 Apr 2022 20:01:10
 +0200 (CEST)
Received: from exchange.campus.uvt.nl (am0350.uvt.nl [137.56.251.96])
 (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client
 certificate requested) by elekes.uvt.nl (Postfix) with ESMTPS id 57A2D9B
 for <[email protected]>; Mon,  4 Apr 2022 20:01:10 +0200 (CEST)
Received: from EXMBX103.campus.uvt.nl (137.56.251.97) by
 EXMBX003.campus.uvt.nl (137.56.251.96) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id
 15.1.2375.24; Mon, 4 Apr 2022 20:01:10 +0200
Received: from EUR05-DB8-obe.outbound.protection.outlook.com
 (137.56.250.10) by EXMBX103.campus.uvt.nl (137.56.251.97) with Microsoft
 SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256)
 id 15.1.2375.24 via Frontend Transport; Mon, 4 Apr 2022 20:01:10 +0200
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 (2603:10a6:10:3b4::20) by PRAP195MB1530.EURP195.PROD.OUTLOOK.COM
 (2603:10a6:102:295::5) with Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.5123.31; Mon,
 4 Apr 2022 18:01:09 +0000
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9]) by DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9%6]) with mapi id 15.20.5123.030; Mon,
 4 Apr 2022 18:01:08 +0000
Arc-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
 
b=E/kL7zh8Esm4VVzylhssu1A2C4qPDrVIIhFc7aXrbGh+SgvH4Cr4ylrsoUgU6G/GncHveVsIBEaCuqoLpq497u9/q0n5+XPt7XDI4RfCxPJc9vVEAI7cUbf1H9xMeXSg1+7ci+4MgyAi5yzPqzatQ9m5ep7BFhRX7bKDrttBjONoDgyMxIzxaKqu+yPb1xZJuNRyoNeH/6Sg644gk+30k+M8Vt1Jtap4/OWm+sIa4yRZE/riekPGkRui/X4wHi/WwPNNJeTDqoJlrUES7BMl2PpB1Ct+/Danvu8VNyFJ/0YfWBYe8iyNM97TQe8sfyYZmnovk/8+i92V6iqcD9uU9g==
Thread-Index: AdhITe3LjEk1CHzbTDyPWLqo6SoFww==
Arc-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed;
 d=microsoft.com; s=arcselector9901; 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=; 
b=McDAli/FYsan2h1c2UvRTWqgZRq58xSQeAdhZinpYWQQPf6zUeqRjKEjbktvccOqGZM5qdJTZv5NEo3fANAbYnljuV33IEy6th/CDQDAbCnmhjj0NQHdFTyDnYYF3uXd2eRjXQOWeLa/szV/LLBFR66UDkqx5jNJGYzxsH0Xk4erTkIUmlxjr1eGzQnZBGKAB/iyUQ58LwEA16FGAqQwRpsYSszLD4lnA8fRnSu7+8patmU32YoLnQjsvPKXOPiw0neaQ3ysT7N8vs6PKIYcL/Vbnw7mxTV0v/IgqJ9z/uGeW9OTp+wKjUKMd1SqXxezu+KBOJoGFo8R8GjUmH+9aw==
X-MS-Has-Attach:
X-RT-Interface: Email
Content-Length: 0
From [email protected]  Mon Apr  4 20:01:10 2022
Return-Path: <[email protected]>
X-Original-To: REDACTED@rt-fqdn
Delivered-To: REDACTED@rt-fqdn
Received: from elekes.uvt.nl (elekes.uvt.nl 
[IPv6:2001:610:1410:0:49d7:2368:0:242])
        by siegel.tias.edu (Postfix) with ESMTP id C277A3098E6
        for <REDACTED@rt-fqdn>; Mon,  4 Apr 2022 20:01:10 +0200 (CEST)
Received: from exchange.campus.uvt.nl (am0350.uvt.nl [137.56.251.96])
        (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits))
        (No client certificate requested)
        by elekes.uvt.nl (Postfix) with ESMTPS id 57A2D9B
        for <[email protected]>; Mon,  4 Apr 2022 20:01:10 +0200 (CEST)
Received: from EXMBX103.campus.uvt.nl (137.56.251.97) by
 EXMBX003.campus.uvt.nl (137.56.251.96) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id
 15.1.2375.24; Mon, 4 Apr 2022 20:01:10 +0200
Received: from EUR05-DB8-obe.outbound.protection.outlook.com (137.56.250.10)
 by EXMBX103.campus.uvt.nl (137.56.251.97) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id
 15.1.2375.24 via Frontend Transport; Mon, 4 Apr 2022 20:01:10 +0200
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
 
b=E/kL7zh8Esm4VVzylhssu1A2C4qPDrVIIhFc7aXrbGh+SgvH4Cr4ylrsoUgU6G/GncHveVsIBEaCuqoLpq497u9/q0n5+XPt7XDI4RfCxPJc9vVEAI7cUbf1H9xMeXSg1+7ci+4MgyAi5yzPqzatQ9m5ep7BFhRX7bKDrttBjONoDgyMxIzxaKqu+yPb1xZJuNRyoNeH/6Sg644gk+30k+M8Vt1Jtap4/OWm+sIa4yRZE/riekPGkRui/X4wHi/WwPNNJeTDqoJlrUES7BMl2PpB1Ct+/Danvu8VNyFJ/0YfWBYe8iyNM97TQe8sfyYZmnovk/8+i92V6iqcD9uU9g==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;
 s=arcselector9901;
 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=;
 
b=McDAli/FYsan2h1c2UvRTWqgZRq58xSQeAdhZinpYWQQPf6zUeqRjKEjbktvccOqGZM5qdJTZv5NEo3fANAbYnljuV33IEy6th/CDQDAbCnmhjj0NQHdFTyDnYYF3uXd2eRjXQOWeLa/szV/LLBFR66UDkqx5jNJGYzxsH0Xk4erTkIUmlxjr1eGzQnZBGKAB/iyUQ58LwEA16FGAqQwRpsYSszLD4lnA8fRnSu7+8patmU32YoLnQjsvPKXOPiw0neaQ3ysT7N8vs6PKIYcL/Vbnw7mxTV0v/IgqJ9z/uGeW9OTp+wKjUKMd1SqXxezu+KBOJoGFo8R8GjUmH+9aw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass
 smtp.mailfrom=tilburguniversity.edu; dmarc=pass action=none
 header.from=tilburguniversity.edu; dkim=pass header.d=tilburguniversity.edu;
 arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tilburguniversity.edu;
 s=selector1;
 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=;
 
b=QuqFVXwnKRX9q3Ukrf3xg7/GNLuFcMP1Gt3oHMR++s+HTBoaIAGuI65q8Zbb/4iGp5u1JwKJUs/mc552Mu7ttBQ8TO+W1Vc9TwQzLbwJT0pI66v0tjB1QY4vLYlUDPLkajdan0eiNYFjku1gTDdHUnvihXzx7K4Ya8ZKri4fWlFp/R0uZy6AsbfWyjnXO2aRqX/gixuBOSGs3kSJm1NuLTNAlzoVJPLiLU61Z7rFDxMOUn3NeNtj1VPxo8qYXqIugrIe2PDV+6u3BK5xKglYfo5ag1iiSbh75lkI6rZBx0v37ouCpF+ctY6vLW6+0cObvOnIYS8iNpWI8vr5pLjJbQ==
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM (2603:10a6:10:3b4::20)
 by PRAP195MB1530.EURP195.PROD.OUTLOOK.COM (2603:10a6:102:295::5) with
 Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.5123.31; Mon, 4 Apr
 2022 18:01:09 +0000
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9]) by DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9%6]) with mapi id 15.20.5123.030; Mon, 4 Apr 2022
 18:01:08 +0000
From: USERNAME REDACTED <[email protected]>
To: "[email protected]" <[email protected]>
Subject: Test RT ticket
Thread-Topic: Test RT ticket
Thread-Index: AdhITe3LjEk1CHzbTDyPWLqo6SoFww==
Date: Mon, 4 Apr 2022 18:01:08 +0000
Message-ID: 
<du0p195mb1794beda6a7778db163783b8b4...@du0p195mb1794.eurp195.prod.outlook.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 84d5d23b-cc4c-44bd-ef85-08da1665187b
x-ms-traffictypediagnostic: PRAP195MB1530:EE_
x-ms-exchange-atpmessageproperties: SA
x-microsoft-antispam: BCL:0;
x-microsoft-antispam-message-info: 
IxeS8du9Bq/5Beh2SPR9kw1rEczkq/K0QeMu3sXwLwdgl38z67MQKHfbrvr2hecSAqW33oyTcE9TmBxnyw05Aty2ltd+NB+teZDppjMqnuqVZVaYDXwsPXFaeIMjke3tgx8lIaYga9To7FLKSmY9jBgd8wg871uNATQJ7YCxWeq8WnfZRelQbZOuJVpmydMLXlP13LGcp7psqbClfDZnVvKxkgEZWvOus6wYs2HydtptcDH88VybjPG2YK9hSLSGcjoKKL3ZfWy+vxOL9OnVmN6XKMVURA5bVBECSKliDIjDFRPWbvEA6uqQMfBtMdwr8RUHqKgwMFmRjk4A8hQkW+3ZZ2XsgmVWEaLnOWN2cjYuFTwcyokyWUcdwFEHS8hHi1hk1AymzKUuFckDQFs9o02StCfkzigw+xZ/sx8GPIpDgNjLSYZ/3ahcrSkmOViaIqcZ2Ngd3S3Tkpl9NxLpfmaf4V0q5I6IxmdI/E7eEg7gAKwentbKbLi26l05t9XNhe0kMrvY1unmPWkgm50E1l0KLmwIKLr5rKg+kG+7vqhKcyHQTycAR/yX4/9o1ayEPzy5XlLEd7BGzV1pBQ1qSf9v/fzazBhO3g7FHlPSBZE=
x-forefront-antispam-report: 
CIP:255.255.255.255;CTRY:;LANG:en;SCL:-1;SRV:;IPV:NLI;SFV:SKI;H:DU0P195MB1794.EURP195.PROD.OUTLOOK.COM;PTR:;CAT:NONE;SFS:;DIR:INB;
Content-Type: multipart/alternative;
        boundary="_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_"
MIME-Version: 1.0
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-AuthSource: DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
X-MS-Exchange-CrossTenant-Network-Message-Id: 
84d5d23b-cc4c-44bd-ef85-08da1665187b
X-MS-Exchange-CrossTenant-originalarrivaltime: 04 Apr 2022 18:01:08.4005
 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 7a5561df-6599-4898-8a20-cce41db3b44f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: 
w9T93WtjkmC79DqnQBwfBBptG6OI4/0Mt9i2V543gAA4/Yvkzha3WegRgyKRrzacewfz/lDcmitPyqotC32ddi7/KY/LqD6n7wuV7HKjcUaIMCyGkWr0EA8vg+O+mGlv
X-MS-Exchange-Transport-CrossTenantHeadersStamped: PRAP195MB1530
X-OrganizationHeadersPreserved: PRAP195MB1530.EURP195.PROD.OUTLOOK.COM
X-CrossPremisesHeadersPromoted: EXMBX103.campus.uvt.nl
X-CrossPremisesHeadersFiltered: EXMBX103.campus.uvt.nl
X-OriginatorOrg: tilburguniversity.edu
X-CrossPremisesHeadersFilteredBySendConnector: EXMBX003.campus.uvt.nl
X-OrganizationHeadersPreserved: EXMBX003.campus.uvt.nl
X-Spam-Cookie: 83fab5acabc37457b34c06d0f8d6c5b8b1c1f316
X-Spam-Score: -1.80
X-Spam-Flag: NO
X-Spam-Level: -
Authentication-Results: elekes.uvt.nl;
        arc=pass ("microsoft.com:s=arcselector9901:i=1")
X-Spam-Status: default: False [-1.80 / 20.00];
        ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1];
        RCVD_DKIM_ARC_DNSWL_MED(-0.50)[];
        RCVD_IN_DNSWL_MED(-0.20)[137.56.251.97:received];
        MIME_GOOD(-0.10)[multipart/alternative,text/plain];
        TO_DN_EQ_ADDR_ALL(0.00)[];
        FROM_EQ_ENVFROM(0.00)[];
        MIME_TRACE(0.00)[0:+,1:+,2:~];
        FROM_HAS_DN(0.00)[];
        RCPT_COUNT_ONE(0.00)[1];
        RCVD_TLS_LAST(0.00)[];
        RCVD_COUNT_FIVE(0.00)[5];
        TO_MATCH_ENVRCPT_ALL(0.00)[];
        NEURAL_HAM_LONG(-0.00)[-0.842];
        NEURAL_HAM_MEDIUM(-0.00)[-0.682]
X-Rspamd-Queue-Id: 57A2D9B
X-Rspamd-Server: engset
From [email protected]  Mon Apr  4 20:01:10 2022
Return-Path: <[email protected]>
X-Original-To: REDACTED@rt-fqdn
Delivered-To: REDACTED@rt-fqdn
Received: from elekes.uvt.nl (elekes.uvt.nl 
[IPv6:2001:610:1410:0:49d7:2368:0:242])
        by siegel.tias.edu (Postfix) with ESMTP id C277A3098E6
        for <REDACTED@rt-fqdn>; Mon,  4 Apr 2022 20:01:10 +0200 (CEST)
Received: from exchange.campus.uvt.nl (am0350.uvt.nl [137.56.251.96])
        (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits))
        (No client certificate requested)
        by elekes.uvt.nl (Postfix) with ESMTPS id 57A2D9B
        for <[email protected]>; Mon,  4 Apr 2022 20:01:10 +0200 (CEST)
Received: from EXMBX103.campus.uvt.nl (137.56.251.97) by
 EXMBX003.campus.uvt.nl (137.56.251.96) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id
 15.1.2375.24; Mon, 4 Apr 2022 20:01:10 +0200
Received: from EUR05-DB8-obe.outbound.protection.outlook.com (137.56.250.10)
 by EXMBX103.campus.uvt.nl (137.56.251.97) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id
 15.1.2375.24 via Frontend Transport; Mon, 4 Apr 2022 20:01:10 +0200
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
 
b=E/kL7zh8Esm4VVzylhssu1A2C4qPDrVIIhFc7aXrbGh+SgvH4Cr4ylrsoUgU6G/GncHveVsIBEaCuqoLpq497u9/q0n5+XPt7XDI4RfCxPJc9vVEAI7cUbf1H9xMeXSg1+7ci+4MgyAi5yzPqzatQ9m5ep7BFhRX7bKDrttBjONoDgyMxIzxaKqu+yPb1xZJuNRyoNeH/6Sg644gk+30k+M8Vt1Jtap4/OWm+sIa4yRZE/riekPGkRui/X4wHi/WwPNNJeTDqoJlrUES7BMl2PpB1Ct+/Danvu8VNyFJ/0YfWBYe8iyNM97TQe8sfyYZmnovk/8+i92V6iqcD9uU9g==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;
 s=arcselector9901;
 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=;
 
b=McDAli/FYsan2h1c2UvRTWqgZRq58xSQeAdhZinpYWQQPf6zUeqRjKEjbktvccOqGZM5qdJTZv5NEo3fANAbYnljuV33IEy6th/CDQDAbCnmhjj0NQHdFTyDnYYF3uXd2eRjXQOWeLa/szV/LLBFR66UDkqx5jNJGYzxsH0Xk4erTkIUmlxjr1eGzQnZBGKAB/iyUQ58LwEA16FGAqQwRpsYSszLD4lnA8fRnSu7+8patmU32YoLnQjsvPKXOPiw0neaQ3ysT7N8vs6PKIYcL/Vbnw7mxTV0v/IgqJ9z/uGeW9OTp+wKjUKMd1SqXxezu+KBOJoGFo8R8GjUmH+9aw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass
 smtp.mailfrom=tilburguniversity.edu; dmarc=pass action=none
 header.from=tilburguniversity.edu; dkim=pass header.d=tilburguniversity.edu;
 arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tilburguniversity.edu;
 s=selector1;
 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=;
 
b=QuqFVXwnKRX9q3Ukrf3xg7/GNLuFcMP1Gt3oHMR++s+HTBoaIAGuI65q8Zbb/4iGp5u1JwKJUs/mc552Mu7ttBQ8TO+W1Vc9TwQzLbwJT0pI66v0tjB1QY4vLYlUDPLkajdan0eiNYFjku1gTDdHUnvihXzx7K4Ya8ZKri4fWlFp/R0uZy6AsbfWyjnXO2aRqX/gixuBOSGs3kSJm1NuLTNAlzoVJPLiLU61Z7rFDxMOUn3NeNtj1VPxo8qYXqIugrIe2PDV+6u3BK5xKglYfo5ag1iiSbh75lkI6rZBx0v37ouCpF+ctY6vLW6+0cObvOnIYS8iNpWI8vr5pLjJbQ==
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM (2603:10a6:10:3b4::20)
 by PRAP195MB1530.EURP195.PROD.OUTLOOK.COM (2603:10a6:102:295::5) with
 Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.5123.31; Mon, 4 Apr
 2022 18:01:09 +0000
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9]) by DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9%6]) with mapi id 15.20.5123.030; Mon, 4 Apr 2022
 18:01:08 +0000
From: USERNAME REDACTED <[email protected]>
To: "[email protected]" <[email protected]>
Subject: Test RT ticket
Thread-Topic: Test RT ticket
Thread-Index: AdhITe3LjEk1CHzbTDyPWLqo6SoFww==
Date: Mon, 4 Apr 2022 18:01:08 +0000
Message-ID: 
<du0p195mb1794beda6a7778db163783b8b4...@du0p195mb1794.eurp195.prod.outlook.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 84d5d23b-cc4c-44bd-ef85-08da1665187b
x-ms-traffictypediagnostic: PRAP195MB1530:EE_
x-ms-exchange-atpmessageproperties: SA
x-microsoft-antispam: BCL:0;
x-microsoft-antispam-message-info: 
IxeS8du9Bq/5Beh2SPR9kw1rEczkq/K0QeMu3sXwLwdgl38z67MQKHfbrvr2hecSAqW33oyTcE9TmBxnyw05Aty2ltd+NB+teZDppjMqnuqVZVaYDXwsPXFaeIMjke3tgx8lIaYga9To7FLKSmY9jBgd8wg871uNATQJ7YCxWeq8WnfZRelQbZOuJVpmydMLXlP13LGcp7psqbClfDZnVvKxkgEZWvOus6wYs2HydtptcDH88VybjPG2YK9hSLSGcjoKKL3ZfWy+vxOL9OnVmN6XKMVURA5bVBECSKliDIjDFRPWbvEA6uqQMfBtMdwr8RUHqKgwMFmRjk4A8hQkW+3ZZ2XsgmVWEaLnOWN2cjYuFTwcyokyWUcdwFEHS8hHi1hk1AymzKUuFckDQFs9o02StCfkzigw+xZ/sx8GPIpDgNjLSYZ/3ahcrSkmOViaIqcZ2Ngd3S3Tkpl9NxLpfmaf4V0q5I6IxmdI/E7eEg7gAKwentbKbLi26l05t9XNhe0kMrvY1unmPWkgm50E1l0KLmwIKLr5rKg+kG+7vqhKcyHQTycAR/yX4/9o1ayEPzy5XlLEd7BGzV1pBQ1qSf9v/fzazBhO3g7FHlPSBZE=
x-forefront-antispam-report: 
CIP:255.255.255.255;CTRY:;LANG:en;SCL:-1;SRV:;IPV:NLI;SFV:SKI;H:DU0P195MB1794.EURP195.PROD.OUTLOOK.COM;PTR:;CAT:NONE;SFS:;DIR:INB;
Content-Type: multipart/alternative;
        boundary="_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_"
MIME-Version: 1.0
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-AuthSource: DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
X-MS-Exchange-CrossTenant-Network-Message-Id: 
84d5d23b-cc4c-44bd-ef85-08da1665187b
X-MS-Exchange-CrossTenant-originalarrivaltime: 04 Apr 2022 18:01:08.4005
 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 7a5561df-6599-4898-8a20-cce41db3b44f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: 
w9T93WtjkmC79DqnQBwfBBptG6OI4/0Mt9i2V543gAA4/Yvkzha3WegRgyKRrzacewfz/lDcmitPyqotC32ddi7/KY/LqD6n7wuV7HKjcUaIMCyGkWr0EA8vg+O+mGlv
X-MS-Exchange-Transport-CrossTenantHeadersStamped: PRAP195MB1530
X-OrganizationHeadersPreserved: PRAP195MB1530.EURP195.PROD.OUTLOOK.COM
X-CrossPremisesHeadersPromoted: EXMBX103.campus.uvt.nl
X-CrossPremisesHeadersFiltered: EXMBX103.campus.uvt.nl
X-OriginatorOrg: tilburguniversity.edu
X-CrossPremisesHeadersFilteredBySendConnector: EXMBX003.campus.uvt.nl
X-OrganizationHeadersPreserved: EXMBX003.campus.uvt.nl
X-Spam-Cookie: 83fab5acabc37457b34c06d0f8d6c5b8b1c1f316
X-Spam-Score: -1.80
X-Spam-Flag: NO
X-Spam-Level: -
Authentication-Results: elekes.uvt.nl;
        arc=pass ("microsoft.com:s=arcselector9901:i=1")
X-Spam-Status: default: False [-1.80 / 20.00];
        ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1];
        RCVD_DKIM_ARC_DNSWL_MED(-0.50)[];
        RCVD_IN_DNSWL_MED(-0.20)[137.56.251.97:received];
        MIME_GOOD(-0.10)[multipart/alternative,text/plain];
        TO_DN_EQ_ADDR_ALL(0.00)[];
        FROM_EQ_ENVFROM(0.00)[];
        MIME_TRACE(0.00)[0:+,1:+,2:~];
        FROM_HAS_DN(0.00)[];
        RCPT_COUNT_ONE(0.00)[1];
        RCVD_TLS_LAST(0.00)[];
        RCVD_COUNT_FIVE(0.00)[5];
        TO_MATCH_ENVRCPT_ALL(0.00)[];
        NEURAL_HAM_LONG(-0.00)[-0.842];
        NEURAL_HAM_MEDIUM(-0.00)[-0.682]
X-Rspamd-Queue-Id: 57A2D9B
X-Rspamd-Server: engset

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Test ticket via email

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml"; xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"NL" link=3D"#0563C1" vlink=3D"#954F72" style=3D"word-wrap:bre=
ak-word">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Test ticket via email<o:p></o:p=
></span></p>
</div>
</body>
</html>

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_--
POST /rt/REST/1.0/NoAuth/mail-gateway HTTP/1.1

TE: deflate,gzip;q=0.3

Connection: TE, close

Host: localhost:81

User-Agent: rt-mailgate/4.4.1-3+deb9u3 libwww-perl/6.15

Content-Length: 9171

Content-Type: multipart/form-data; boundary=xYzZY



--xYzZY

Content-Disposition: form-data; name="queue"



Generic

--xYzZY

Content-Disposition: form-data; name="action"



correspond

--xYzZY

Content-Disposition: form-data; name="message"

Content-Type: application/octet-stream



From [email protected]  Mon Apr  4 20:01:10 2022
Return-Path: <[email protected]>
X-Original-To: REDACTED@rt-fqdn
Delivered-To: REDACTED@rt-fqdn
Received: from elekes.uvt.nl (elekes.uvt.nl 
[IPv6:2001:610:1410:0:49d7:2368:0:242])
        by siegel.tias.edu (Postfix) with ESMTP id C277A3098E6
        for <REDACTED@rt-fqdn>; Mon,  4 Apr 2022 20:01:10 +0200 (CEST)
Received: from exchange.campus.uvt.nl (am0350.uvt.nl [137.56.251.96])
        (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits))
        (No client certificate requested)
        by elekes.uvt.nl (Postfix) with ESMTPS id 57A2D9B
        for <[email protected]>; Mon,  4 Apr 2022 20:01:10 +0200 (CEST)
Received: from EXMBX103.campus.uvt.nl (137.56.251.97) by
 EXMBX003.campus.uvt.nl (137.56.251.96) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id
 15.1.2375.24; Mon, 4 Apr 2022 20:01:10 +0200
Received: from EUR05-DB8-obe.outbound.protection.outlook.com (137.56.250.10)
 by EXMBX103.campus.uvt.nl (137.56.251.97) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id
 15.1.2375.24 via Frontend Transport; Mon, 4 Apr 2022 20:01:10 +0200
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
 
b=E/kL7zh8Esm4VVzylhssu1A2C4qPDrVIIhFc7aXrbGh+SgvH4Cr4ylrsoUgU6G/GncHveVsIBEaCuqoLpq497u9/q0n5+XPt7XDI4RfCxPJc9vVEAI7cUbf1H9xMeXSg1+7ci+4MgyAi5yzPqzatQ9m5ep7BFhRX7bKDrttBjONoDgyMxIzxaKqu+yPb1xZJuNRyoNeH/6Sg644gk+30k+M8Vt1Jtap4/OWm+sIa4yRZE/riekPGkRui/X4wHi/WwPNNJeTDqoJlrUES7BMl2PpB1Ct+/Danvu8VNyFJ/0YfWBYe8iyNM97TQe8sfyYZmnovk/8+i92V6iqcD9uU9g==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;
 s=arcselector9901;
 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=;
 
b=McDAli/FYsan2h1c2UvRTWqgZRq58xSQeAdhZinpYWQQPf6zUeqRjKEjbktvccOqGZM5qdJTZv5NEo3fANAbYnljuV33IEy6th/CDQDAbCnmhjj0NQHdFTyDnYYF3uXd2eRjXQOWeLa/szV/LLBFR66UDkqx5jNJGYzxsH0Xk4erTkIUmlxjr1eGzQnZBGKAB/iyUQ58LwEA16FGAqQwRpsYSszLD4lnA8fRnSu7+8patmU32YoLnQjsvPKXOPiw0neaQ3ysT7N8vs6PKIYcL/Vbnw7mxTV0v/IgqJ9z/uGeW9OTp+wKjUKMd1SqXxezu+KBOJoGFo8R8GjUmH+9aw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass
 smtp.mailfrom=tilburguniversity.edu; dmarc=pass action=none
 header.from=tilburguniversity.edu; dkim=pass header.d=tilburguniversity.edu;
 arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tilburguniversity.edu;
 s=selector1;
 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=;
 
b=QuqFVXwnKRX9q3Ukrf3xg7/GNLuFcMP1Gt3oHMR++s+HTBoaIAGuI65q8Zbb/4iGp5u1JwKJUs/mc552Mu7ttBQ8TO+W1Vc9TwQzLbwJT0pI66v0tjB1QY4vLYlUDPLkajdan0eiNYFjku1gTDdHUnvihXzx7K4Ya8ZKri4fWlFp/R0uZy6AsbfWyjnXO2aRqX/gixuBOSGs3kSJm1NuLTNAlzoVJPLiLU61Z7rFDxMOUn3NeNtj1VPxo8qYXqIugrIe2PDV+6u3BK5xKglYfo5ag1iiSbh75lkI6rZBx0v37ouCpF+ctY6vLW6+0cObvOnIYS8iNpWI8vr5pLjJbQ==
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM (2603:10a6:10:3b4::20)
 by PRAP195MB1530.EURP195.PROD.OUTLOOK.COM (2603:10a6:102:295::5) with
 Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.5123.31; Mon, 4 Apr
 2022 18:01:09 +0000
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9]) by DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9%6]) with mapi id 15.20.5123.030; Mon, 4 Apr 2022
 18:01:08 +0000
From: USERNAME REDACTED <[email protected]>
To: "[email protected]" <[email protected]>
Subject: Test RT ticket
Thread-Topic: Test RT ticket
Thread-Index: AdhITe3LjEk1CHzbTDyPWLqo6SoFww==
Date: Mon, 4 Apr 2022 18:01:08 +0000
Message-ID: 
<du0p195mb1794beda6a7778db163783b8b4...@du0p195mb1794.eurp195.prod.outlook.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 84d5d23b-cc4c-44bd-ef85-08da1665187b
x-ms-traffictypediagnostic: PRAP195MB1530:EE_
x-ms-exchange-atpmessageproperties: SA
x-microsoft-antispam: BCL:0;
x-microsoft-antispam-message-info: 
IxeS8du9Bq/5Beh2SPR9kw1rEczkq/K0QeMu3sXwLwdgl38z67MQKHfbrvr2hecSAqW33oyTcE9TmBxnyw05Aty2ltd+NB+teZDppjMqnuqVZVaYDXwsPXFaeIMjke3tgx8lIaYga9To7FLKSmY9jBgd8wg871uNATQJ7YCxWeq8WnfZRelQbZOuJVpmydMLXlP13LGcp7psqbClfDZnVvKxkgEZWvOus6wYs2HydtptcDH88VybjPG2YK9hSLSGcjoKKL3ZfWy+vxOL9OnVmN6XKMVURA5bVBECSKliDIjDFRPWbvEA6uqQMfBtMdwr8RUHqKgwMFmRjk4A8hQkW+3ZZ2XsgmVWEaLnOWN2cjYuFTwcyokyWUcdwFEHS8hHi1hk1AymzKUuFckDQFs9o02StCfkzigw+xZ/sx8GPIpDgNjLSYZ/3ahcrSkmOViaIqcZ2Ngd3S3Tkpl9NxLpfmaf4V0q5I6IxmdI/E7eEg7gAKwentbKbLi26l05t9XNhe0kMrvY1unmPWkgm50E1l0KLmwIKLr5rKg+kG+7vqhKcyHQTycAR/yX4/9o1ayEPzy5XlLEd7BGzV1pBQ1qSf9v/fzazBhO3g7FHlPSBZE=
x-forefront-antispam-report: 
CIP:255.255.255.255;CTRY:;LANG:en;SCL:-1;SRV:;IPV:NLI;SFV:SKI;H:DU0P195MB1794.EURP195.PROD.OUTLOOK.COM;PTR:;CAT:NONE;SFS:;DIR:INB;
Content-Type: multipart/alternative;
        boundary="_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_"
MIME-Version: 1.0
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-AuthSource: DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
X-MS-Exchange-CrossTenant-Network-Message-Id: 
84d5d23b-cc4c-44bd-ef85-08da1665187b
X-MS-Exchange-CrossTenant-originalarrivaltime: 04 Apr 2022 18:01:08.4005
 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 7a5561df-6599-4898-8a20-cce41db3b44f
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: 
w9T93WtjkmC79DqnQBwfBBptG6OI4/0Mt9i2V543gAA4/Yvkzha3WegRgyKRrzacewfz/lDcmitPyqotC32ddi7/KY/LqD6n7wuV7HKjcUaIMCyGkWr0EA8vg+O+mGlv
X-MS-Exchange-Transport-CrossTenantHeadersStamped: PRAP195MB1530
X-OrganizationHeadersPreserved: PRAP195MB1530.EURP195.PROD.OUTLOOK.COM
X-CrossPremisesHeadersPromoted: EXMBX103.campus.uvt.nl
X-CrossPremisesHeadersFiltered: EXMBX103.campus.uvt.nl
X-OriginatorOrg: tilburguniversity.edu
X-CrossPremisesHeadersFilteredBySendConnector: EXMBX003.campus.uvt.nl
X-OrganizationHeadersPreserved: EXMBX003.campus.uvt.nl
X-Spam-Cookie: 83fab5acabc37457b34c06d0f8d6c5b8b1c1f316
X-Spam-Score: -1.80
X-Spam-Flag: NO
X-Spam-Level: -
Authentication-Results: elekes.uvt.nl;
        arc=pass ("microsoft.com:s=arcselector9901:i=1")
X-Spam-Status: default: False [-1.80 / 20.00];
        ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1];
        RCVD_DKIM_ARC_DNSWL_MED(-0.50)[];
        RCVD_IN_DNSWL_MED(-0.20)[137.56.251.97:received];
        MIME_GOOD(-0.10)[multipart/alternative,text/plain];
        TO_DN_EQ_ADDR_ALL(0.00)[];
        FROM_EQ_ENVFROM(0.00)[];
        MIME_TRACE(0.00)[0:+,1:+,2:~];
        FROM_HAS_DN(0.00)[];
        RCPT_COUNT_ONE(0.00)[1];
        RCVD_TLS_LAST(0.00)[];
        RCVD_COUNT_FIVE(0.00)[5];
        TO_MATCH_ENVRCPT_ALL(0.00)[];
        NEURAL_HAM_LONG(-0.00)[-0.842];
        NEURAL_HAM_MEDIUM(-0.00)[-0.682]
X-Rspamd-Queue-Id: 57A2D9B
X-Rspamd-Server: engset

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Test ticket via email

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml"; xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"NL" link=3D"#0563C1" vlink=3D"#954F72" style=3D"word-wrap:bre=
ak-word">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Test ticket via email<o:p></o:p=
></span></p>
</div>
</body>
</html>

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_--


--xYzZY--

*** ENVELOPE RECORDS /var/spool/postfix/maildrop/0F4CF105BDC4 ***
message_arrival_time: Mon Apr  4 20:18:34 2022
named_attribute: rewrite_context=local
sender_fullname: www-data
sender: www-data
*** MESSAGE CONTENTS /var/spool/postfix/maildrop/0F4CF105BDC4 ***
Content-Type: multipart/mixed; boundary="----------=_1649096314-260-19"
From: rt@a64506f9a5d6
To: test@nowhere
Subject: [rt.a64506f9a5d6 #9] Fwd: Test RT ticket
Reply-To: rt@a64506f9a5d6
In-Reply-To:
References: <RT-Ticket-9@a64506f9a5d6>
Message-ID: <rt-4.4.1-3+deb9u3-260-1649096314-1182.9-14-0@a64506f9a5d6>
X-RT-Loop-Prevention: rt.a64506f9a5d6
X-RT-Ticket: rt.a64506f9a5d6 #9
X-Managed-BY: RT 4.4.1-3+deb9u3 (http://www.bestpractical.com/rt/)
X-RT-Originator: root@localhost
Precedence: bulk
Date: Mon, 04 Apr 2022 20:18:34 +0200
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

This is a multi-part message in MIME format...

------------=_1649096314-260-19
Content-Type: text/plain; charset="utf-8"
X-RT-Original-Encoding: utf-8


This is a forward of transaction #136 of ticket #9

------------=_1649096314-260-19
Content-Type: message/rfc822; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: binary
Content-Description: transaction 136
MIME-Version: 1.0
X-Mailer: MIME-tools 5.508 (Entity 5.508)
X-RT-Original-Encoding: utf-8

X-Rspamd-Server: engset
X-Spam-Level: -
X-MS-Exchange-Crosstenant-Authsource: DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
X-MS-Exchange-Crosstenant-Originalarrivaltime: 04 Apr 2022 18:01:08.4005 (UTC)
To: "[email protected]" <[email protected]>
X-Forefront-Antispam-Report: 
CIP:255.255.255.255;CTRY:;LANG:en;SCL:-1;SRV:;IPV:NLI;SFV:SKI;H:DU0P195MB1794.EURP195.PROD.OUTLOOK.COM;PTR:;CAT:NONE;SFS:;DIR:INB;
X-MS-Traffictypediagnostic: PRAP195MB1530:EE_
X-Spam-Score: -1.80
X-MS-Exchange-Transport-Crosstenantheadersstamped: PRAP195MB1530
X-Crosspremisesheadersfilteredbysendconnector: EXMBX003.campus.uvt.nl
X-Microsoft-Antispam-Message-Info: 
IxeS8du9Bq/5Beh2SPR9kw1rEczkq/K0QeMu3sXwLwdgl38z67MQKHfbrvr2hecSAqW33oyTcE9TmBxnyw05Aty2ltd+NB+teZDppjMqnuqVZVaYDXwsPXFaeIMjke3tgx8lIaYga9To7FLKSmY9jBgd8wg871uNATQJ7YCxWeq8WnfZRelQbZOuJVpmydMLXlP13LGcp7psqbClfDZnVvKxkgEZWvOus6wYs2HydtptcDH88VybjPG2YK9hSLSGcjoKKL3ZfWy+vxOL9OnVmN6XKMVURA5bVBECSKliDIjDFRPWbvEA6uqQMfBtMdwr8RUHqKgwMFmRjk4A8hQkW+3ZZ2XsgmVWEaLnOWN2cjYuFTwcyokyWUcdwFEHS8hHi1hk1AymzKUuFckDQFs9o02StCfkzigw+xZ/sx8GPIpDgNjLSYZ/3ahcrSkmOViaIqcZ2Ngd3S3Tkpl9NxLpfmaf4V0q5I6IxmdI/E7eEg7gAKwentbKbLi26l05t9XNhe0kMrvY1unmPWkgm50E1l0KLmwIKLr5rKg+kG+7vqhKcyHQTycAR/yX4/9o1ayEPzy5XlLEd7BGzV1pBQ1qSf9v/fzazBhO3g7FHlPSBZE=
X-MS-Exchange-Crosstenant-Authas: Internal
Thread-Topic: Test RT ticket
Delivered-To: REDACTED@rt-fqdn
X-Originatororg: tilburguniversity.edu
X-MS-Exchange-Atpmessageproperties: SA
X-Original-To: REDACTED@rt-fqdn
Accept-Language: en-US
From [email protected]  mon apr  4 20: 01:10 2022
X-Spam-Cookie: 83fab5acabc37457b34c06d0f8d6c5b8b1c1f316
X-Organizationheaderspreserved: PRAP195MB1530.EURP195.PROD.OUTLOOK.COM
X-Organizationheaderspreserved: EXMBX003.campus.uvt.nl
X-Rspamd-Queue-ID: 57A2D9B
Message-ID: 
<du0p195mb1794beda6a7778db163783b8b4...@du0p195mb1794.eurp195.prod.outlook.com>
X-MS-Exchange-Crosstenant-ID: 7a5561df-6599-4898-8a20-cce41db3b44f
X-MS-Exchange-Crosstenant-Network-Message-ID: 
84d5d23b-cc4c-44bd-ef85-08da1665187b
Return-Path: <[email protected]>
X-MS-Exchange-Crosstenant-Mailboxtype: HOSTED
Date: Mon, 4 Apr 2022 18:01:08 +0000
X-Spam-Status: default: False [-1.80 / 20.00]; 
ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1];
 RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; 
RCVD_IN_DNSWL_MED(-0.20)[137.56.251.97:received];
 MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_EQ_ADDR_ALL(0.00)[];
 FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FROM_HAS_DN(0.00)[];
 RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_FIVE(0.00)[5];
 TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.00)[-0.842];
 NEURAL_HAM_MEDIUM(-0.00)[-0.682]
Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tilburguniversity.edu;
 s=selector1; 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=; 
b=QuqFVXwnKRX9q3Ukrf3xg7/GNLuFcMP1Gt3oHMR++s+HTBoaIAGuI65q8Zbb/4iGp5u1JwKJUs/mc552Mu7ttBQ8TO+W1Vc9TwQzLbwJT0pI66v0tjB1QY4vLYlUDPLkajdan0eiNYFjku1gTDdHUnvihXzx7K4Ya8ZKri4fWlFp/R0uZy6AsbfWyjnXO2aRqX/gixuBOSGs3kSJm1NuLTNAlzoVJPLiLU61Z7rFDxMOUn3NeNtj1VPxo8qYXqIugrIe2PDV+6u3BK5xKglYfo5ag1iiSbh75lkI6rZBx0v37ouCpF+ctY6vLW6+0cObvOnIYS8iNpWI8vr5pLjJbQ==
Content-Language: en-US
X-MS-Publictraffictype: Email
X-RT-Incoming-Encryption: Not encrypted
Arc-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass
 smtp.mailfrom=tilburguniversity.edu; dmarc=pass action=none
 header.from=tilburguniversity.edu; dkim=pass header.d=tilburguniversity.edu;
 arc=none
Content-Type: multipart/alternative;
 boundary="_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_"
X-MS-Office365-Filtering-Correlation-ID: 84d5d23b-cc4c-44bd-ef85-08da1665187b
X-Spam-Flag: NO
X-Crosspremisesheaderspromoted: EXMBX103.campus.uvt.nl
X-MS-Exchange-Crosstenant-Fromentityheader: Hosted
X-Crosspremisesheadersfiltered: EXMBX103.campus.uvt.nl
X-MS-Exchange-Crosstenant-Userprincipalname: 
w9T93WtjkmC79DqnQBwfBBptG6OI4/0Mt9i2V543gAA4/Yvkzha3WegRgyKRrzacewfz/lDcmitPyqotC32ddi7/KY/LqD6n7wuV7HKjcUaIMCyGkWr0EA8vg+O+mGlv
MIME-Version: 1.0
Subject: Test RT ticket
X-MS-Tnef-Correlator:
X-Microsoft-Antispam: BCL:0;
Authentication-Results: elekes.uvt.nl; arc=pass 
("microsoft.com:s=arcselector9901:i=1")
From: "USERNAME REDACTED" <[email protected]>
Received: from elekes.uvt.nl (elekes.uvt.nl
 [IPv6:2001:610:1410:0:49d7:2368:0:242]) by siegel.tias.edu (Postfix) with
 ESMTP id C277A3098E6 for <REDACTED@rt-fqdn>; Mon,  4 Apr 2022 20:01:10
 +0200 (CEST)
Received: from exchange.campus.uvt.nl (am0350.uvt.nl [137.56.251.96])
 (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client
 certificate requested) by elekes.uvt.nl (Postfix) with ESMTPS id 57A2D9B
 for <[email protected]>; Mon,  4 Apr 2022 20:01:10 +0200 (CEST)
Received: from EXMBX103.campus.uvt.nl (137.56.251.97) by
 EXMBX003.campus.uvt.nl (137.56.251.96) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id
 15.1.2375.24; Mon, 4 Apr 2022 20:01:10 +0200
Received: from EUR05-DB8-obe.outbound.protection.outlook.com
 (137.56.250.10) by EXMBX103.campus.uvt.nl (137.56.251.97) with Microsoft
 SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256)
 id 15.1.2375.24 via Frontend Transport; Mon, 4 Apr 2022 20:01:10 +0200
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 (2603:10a6:10:3b4::20) by PRAP195MB1530.EURP195.PROD.OUTLOOK.COM
 (2603:10a6:102:295::5) with Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.5123.31; Mon,
 4 Apr 2022 18:01:09 +0000
Received: from DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9]) by DU0P195MB1794.EURP195.PROD.OUTLOOK.COM
 ([fe80::d05a:4138:53dc:2cf9%6]) with mapi id 15.20.5123.030; Mon,
 4 Apr 2022 18:01:08 +0000
Arc-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
 
b=E/kL7zh8Esm4VVzylhssu1A2C4qPDrVIIhFc7aXrbGh+SgvH4Cr4ylrsoUgU6G/GncHveVsIBEaCuqoLpq497u9/q0n5+XPt7XDI4RfCxPJc9vVEAI7cUbf1H9xMeXSg1+7ci+4MgyAi5yzPqzatQ9m5ep7BFhRX7bKDrttBjONoDgyMxIzxaKqu+yPb1xZJuNRyoNeH/6Sg644gk+30k+M8Vt1Jtap4/OWm+sIa4yRZE/riekPGkRui/X4wHi/WwPNNJeTDqoJlrUES7BMl2PpB1Ct+/Danvu8VNyFJ/0YfWBYe8iyNM97TQe8sfyYZmnovk/8+i92V6iqcD9uU9g==
Thread-Index: AdhITe3LjEk1CHzbTDyPWLqo6SoFww==
Arc-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed;
 d=microsoft.com; s=arcselector9901; 
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
 bh=cfmdCjQ78+fG+Nbb4Ie3ZLPfIP8occE+yuxrfwZFE+c=; 
b=McDAli/FYsan2h1c2UvRTWqgZRq58xSQeAdhZinpYWQQPf6zUeqRjKEjbktvccOqGZM5qdJTZv5NEo3fANAbYnljuV33IEy6th/CDQDAbCnmhjj0NQHdFTyDnYYF3uXd2eRjXQOWeLa/szV/LLBFR66UDkqx5jNJGYzxsH0Xk4erTkIUmlxjr1eGzQnZBGKAB/iyUQ58LwEA16FGAqQwRpsYSszLD4lnA8fRnSu7+8patmU32YoLnQjsvPKXOPiw0neaQ3ysT7N8vs6PKIYcL/Vbnw7mxTV0v/IgqJ9z/uGeW9OTp+wKjUKMd1SqXxezu+KBOJoGFo8R8GjUmH+9aw==
X-MS-Has-Attach:
X-RT-Interface: Email
Content-Length: 0

This is a multi-part message in MIME format...

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_
Content-Type: text/plain; charset="ascii"
Content-Transfer-Encoding: quoted-printable
X-RT-Original-Encoding: ascii
Content-Length: 22

Test ticket via email

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_
Content-Type: text/html; charset="ascii"
Content-Transfer-Encoding: quoted-printable
X-RT-Original-Encoding: ascii
Content-Length: 1512

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml"; xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii">
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"NL" link=3D"#0563C1" vlink=3D"#954F72" style=3D"word-wrap:bre=
ak-word">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US">Test ticket via email<o:p></o:p=
></span></p>
</div>
</body>
</html>

--_000_DU0P195MB1794BEDA6A7778DB163783B8B4E59DU0P195MB1794EURP_--

------------=_1649096314-260-19--
*** HEADER EXTRACTED /var/spool/postfix/maildrop/0F4CF105BDC4 ***
recipient: test@nowhere
*** MESSAGE FILE END /var/spool/postfix/maildrop/0F4CF105BDC4 ***

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 4.4.7+dfsg-4+rm

Dear submitter,

as the package request-tracker4 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1134418

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to