diff --git a/data/assets/templates/quarantine.tpl b/data/assets/templates/quarantine.tpl index e01d4cdb..8fa88c54 100644 --- a/data/assets/templates/quarantine.tpl +++ b/data/assets/templates/quarantine.tpl @@ -42,15 +42,24 @@ There are {{counter}} new messages waiting in quarantine:
{% endif %} - {% if quarantine_acl == 1 %}{% endif %} - {% for line in meta %} + {% if quarantine_acl == 1 %}{% endif %} + {% for line in meta|reverse %} + {% if line.action == "reject" %} + + {% else %} + + {% endif %} {% if quarantine_acl == 1 %} - + {% if line.action == "reject" %} + + {% else %} + + {% endif %} {% endif %} {% endfor %}
SubjectSenderScoreArrived onActions
SubjectSenderScoreActionArrived onActions
{{ line.subject|e }} {{ line.sender|e }} {{ line.score }}RejectedSent to Junk folder{{ line.created }}release | deleteRelease to inbox | deleteSend copy to inbox | delete