Commit 43d7dd8 1 parent 276cf52 commit 43d7dd8 Copy full SHA for 43d7dd8
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ func init() {
45
45
}
46
46
if proceedsto == false { return sis.RisingUnderway {} }
47
47
48
- indicators := INDICATORS ()
49
48
boundaries := []string {
50
49
// qmail-send.c:qmail_puts(&qqt,*sender.s ? "--- Below this line is a copy of the message.\n\n" :...
51
50
"--- Below this line is a copy of the message." , // qmail-1.03
@@ -174,10 +173,10 @@ func init() {
174
173
// previous line of the beginning of the original message.
175
174
if readcursor == 0 {
176
175
// Beginning of the bounce message or message/delivery-status part
177
- if moji .ContainsAny (e , startingof ["message" ]) { readcursor |= indicators ["deliverystatus" ] }
176
+ if moji .ContainsAny (e , startingof ["message" ]) { readcursor |= Indicators ["deliverystatus" ] }
178
177
continue
179
178
}
180
- if readcursor & indicators ["deliverystatus" ] == 0 || e == "" { continue }
179
+ if readcursor & Indicators ["deliverystatus" ] == 0 || e == "" { continue }
181
180
182
181
183
182
// 192.0.2.153 does not like recipient.
You can’t perform that action at this time.
0 commit comments