From 0d45558e33a81047c6cbfc06a032844550c62f37 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Mon, 3 Feb 2025 09:07:14 +0100 Subject: [PATCH] fix: [MailExporter] correct typo --- bin/exporter/MailExporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/exporter/MailExporter.py b/bin/exporter/MailExporter.py index 0c4a08c1..d344db64 100755 --- a/bin/exporter/MailExporter.py +++ b/bin/exporter/MailExporter.py @@ -143,7 +143,7 @@ class MailExporterTracker(MailExporter): body += f'\nMatch {nb}: {match[0]}\nExtract:\n{match[1]}\n\n' nb += 1 - ail_link = f'AIL url:{obj.get_link()}/n/n' + ail_link = f'AIL url:{obj.get_link()}\n\n' for mail in tracker.get_mails(): if ail_users.exists_user(mail): body = ail_link + body