Commit 6047178 1 parent 77b9ef0 commit 6047178 Copy full SHA for 6047178
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 @@ -26,7 +26,6 @@ func init() {
26
26
if moji .HasPrefixAny (bf .Headers ["subject" ][0 ], emailtitle ) { proceedsto = true }
27
27
if proceedsto == false { return sis.RisingUnderway {} }
28
28
29
- indicators := INDICATORS ()
30
29
boundaries := []string {"--- Original message follows." }
31
30
startingof := map [string ][]string {
32
31
"message" : []string {"Unable to deliver message to the following address" },
@@ -43,10 +42,10 @@ func init() {
43
42
// previous line of the beginning of the original message.
44
43
if readcursor == 0 {
45
44
// Beginning of the bounce message or message/delivery-status part
46
- if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= indicators ["deliverystatus" ] }
45
+ if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= Indicators ["deliverystatus" ] }
47
46
continue
48
47
}
49
- if readcursor & indicators ["deliverystatus" ] == 0 || e == "" { continue }
48
+ if readcursor & Indicators ["deliverystatus" ] == 0 || e == "" { continue }
50
49
51
50
// Message from example.com.
52
51
// Unable to deliver message to the following address(es).
You can’t perform that action at this time.
0 commit comments