]> git.proxmox.com Git - pmg-docs.git/commitdiff
MailTracker - remove special case for before-queue
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 25 May 2020 17:04:09 +0000 (19:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Jun 2020 06:38:36 +0000 (08:38 +0200)
Since we've recently added dedicated before-queue status to pmg-log-tracker
the MailTracker should treat before and after queue filtered mail equally.

This patch drops the note stating otherwise.
Additionally the line with 'queued/delivered' was left in place, since the
status does exist (as with the other 'queued' status mails it happens for
internally generated mails).

This commit partially reverts 6abb9ee31568c3828ab83fa8ec264d90fffe7dd1

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
pmg-administration.adoc

index 3f6be642b236a9621cecc34de77660d719857971..18650b1e07e0a6238a9cff8dbafaeafea74d3c00 100644 (file)
@@ -155,10 +155,6 @@ In the second phase, accepted mails need to be delivered to the
 receiver. This action may also fail or succeed. 'Status'
 combines the result from the first and second phase.
 
-When before-queue filtering is enabled, we don't have the same delivery information as
-with after-queue filtering. In this case, if the mail is accepted by the filter,
-the status is shown as 'queued/accepted' instead of 'accepted/<status>'.
-
 [options="header",cols="2s,1d,5d"]
 |====
 |Status |Phase |Description
@@ -166,7 +162,7 @@ the status is shown as 'queued/accepted' instead of 'accepted/<status>'.
 |greylisted           |1 | Email temporarily rejected by greylisting
 |queued/deferred      |1 | Internal Email was queued, still trying to deliver
 |queued/bounced       |1 | Internal Email was queued but not accepted by the target email server (for example user unknown)
-|queued/accepted      |1 | Email was accepted, no delivery information available (before-queue only, replaces accepted/<status>)
+|queued/delivered     |1 | Internal Email was queued and delivered
 |quarantine           |1 | Email was moved to quarantine
 |blocked              |1 | Email was blocked by filter rules
 |accepted/deferred    |2 | Email accepted, still trying to deliver