SMTPClient: Relaying: add safeguard we don't try to attempt to deliver directly.
[citadel.git] / citadel / modules / smtp / smtpqueue.h
index 288e8b2e9b97bd5d0d5c3b54a2d7cb0a48061653..322e45efd5eefd465ef052361f7f5ed97ca66535 100644 (file)
@@ -63,6 +63,7 @@ typedef struct queueitem {
        StrBuf *SenderRoom;
        ParsedURL *URL;
        ParsedURL *FallBackHost;
+       int HaveRelay;
 } OneQueItem;
 
 typedef void (*QItemHandler)(OneQueItem *Item, StrBuf *Line, const char **Pos);