X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtpqueue.h;h=b2b7a3bb9359b86e903d2c17ffcad87f96a58b76;hb=d9d90025f08f931a7b85e3393c0f54cd590bbd25;hp=0da68956184dcf1c0b5e0dd29006da1df5e3874e;hpb=bc8ab5f710b4ab69d82522104aebe9e1629391cd;p=citadel.git diff --git a/citadel/modules/smtp/smtpqueue.h b/citadel/modules/smtp/smtpqueue.h index 0da689561..b2b7a3bb9 100644 --- a/citadel/modules/smtp/smtpqueue.h +++ b/citadel/modules/smtp/smtpqueue.h @@ -55,6 +55,7 @@ typedef struct queueitem { StrBuf *EnvelopeFrom; StrBuf *BounceTo; ParsedURL *URL; + ParsedURL *FallBackHost; } OneQueItem; typedef void (*QItemHandler)(OneQueItem *Item, StrBuf *Line, const char **Pos);