Commit cde4776 1 parent 77b2201 commit cde4776 Copy full SHA for cde4776
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 @@ -23,7 +23,6 @@ func init() {
23
23
if bf == nil || bf .Empty () == true { return sis.RisingUnderway {} }
24
24
if strings .HasPrefix (bf .Headers ["subject" ][0 ], "There was an error sending your mail" ) == false { return sis.RisingUnderway {} }
25
25
26
- indicators := INDICATORS ()
27
26
boundaries := []string {"The attachment contains the original mail headers" }
28
27
startingof := map [string ][]string {"message" : []string {"We had trouble delivering your message. Full details follow:" }}
29
28
@@ -38,9 +37,9 @@ func init() {
38
37
// previous line of the beginning of the original message.
39
38
if readcursor == 0 {
40
39
// Beginning of the bounce message or message/delivery-status part
41
- if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= indicators ["deliverystatus" ] }
40
+ if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= Indicators ["deliverystatus" ] }
42
41
}
43
- if readcursor & indicators ["deliverystatus" ] == 0 || e == "" { continue }
42
+ if readcursor & Indicators ["deliverystatus" ] == 0 || e == "" { continue }
44
43
45
44
// We had trouble delivering your message. Full details follow:
46
45
//
You can’t perform that action at this time.
0 commit comments