Your message dated Tue, 18 Aug 2015 15:18:54 +0200
with message-id <[email protected]>
and subject line Re: Bug#794762: Incomplete link in candidate assignment mail
has caused the Debian Bug report #794762,
regarding Incomplete link in candidate assignment mail
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.)
--
794762: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794762
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nm.debian.org
Severity: minor
Tags: patch
Attached patch fixes the missing url part of this email text:
> The mailbox with everything so far can be downloaded at:
> /am/mail-archive/username
>From dd0b9ed3df0cb4b124f4ee59af344e291f55bbc6 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <[email protected]>
Date: Thu, 6 Aug 2015 12:12:25 +0000
Subject: [PATCH] Mailbox download link missed protocol and hostname
---
templates/notification_mails/am_assigned_to_applicant.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/notification_mails/am_assigned_to_applicant.txt b/templates/notification_mails/am_assigned_to_applicant.txt
index 9bae593..955b6d0 100644
--- a/templates/notification_mails/am_assigned_to_applicant.txt
+++ b/templates/notification_mails/am_assigned_to_applicant.txt
@@ -9,7 +9,7 @@ Hello,
I have just assigned you a new NM applicant: {{process.person.fullname|safe}}, who is
{{process.person.status|desc_status|safe}} and is applying to be {{process.applying_for|desc_status|safe}}.
{% if process.mailbox_file %}The mailbox with everything so far can be downloaded at:
-{% url 'download_mail_archive' key=process.lookup_key %}
+https://nm.debian.org{% url 'download_mail_archive' key=process.lookup_key %}
{% endif %}
Note that you have not acknowledged the assignment yet, and could still refuse
it, for example if you do not have time at the moment.
--
2.5.0
--- End Message ---
--- Begin Message ---
On Thu, Aug 06, 2015 at 12:16:58PM +0000, Thijs Kinkhorst wrote:
> Attached patch fixes the missing url part of this email text:
>
> > The mailbox with everything so far can be downloaded at:
> > /am/mail-archive/username
Applied! I'll deploy it soon.
Enrico
--
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini <[email protected]>
--- End Message ---