X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;h=1b834f9b122a896842501aa78300870b90d7dd16;hb=9167a0462f67a85ecfb6c46fb96d765e2f2f0b02;hp=97b76e7901518838e9f00b6294a030c940bca048;hpb=c27c0d1314f188cc534b2c572bf4497ec75fa3f2;p=citadel.git diff --git a/citadel/modules/smtp/smtpqueue.h b/citadel/modules/smtp/smtpqueue.h index 97b76e790..1b834f9b1 100644 --- a/citadel/modules/smtp/smtpqueue.h +++ b/citadel/modules/smtp/smtpqueue.h @@ -30,6 +30,7 @@ typedef struct _mailq_entry { /**< * 0 = No delivery has yet been attempted * 2 = Delivery was successful + * 3 = Transient error like connection problem. Try next remote if available. * 4 = A transient error was experienced ... try again later * 5 = Delivery to this address failed permanently. The error message * should be placed in the fourth field so that a bounce message may @@ -56,6 +57,7 @@ typedef struct queueitem { long ActiveDeliveries; StrBuf *EnvelopeFrom; StrBuf *BounceTo; + StrBuf *SenderRoom; ParsedURL *URL; ParsedURL *FallBackHost; } OneQueItem;