Commit 10891d4 1 parent 23024a3 commit 10891d4 Copy full SHA for 10891d4
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 @@ -31,7 +31,6 @@ func init() {
31
31
if strings .HasPrefix (bf .Headers ["subject" ][0 ], "Delivery Notification: " ) { proceedsto = true }
32
32
if proceedsto == false { return sis.RisingUnderway {} }
33
33
34
- indicators := INDICATORS ()
35
34
boundaries := []string {"Content-Type: message/rfc822" , "\n Return-Path: " }
36
35
startingof := map [string ][]string {"message" : []string {"This report relates to a message you sent with the following header fields:" }}
37
36
messagesof := map [string ][]string {"hostunknown" : []string {"Illegal host/domain name found" }}
@@ -47,10 +46,10 @@ func init() {
47
46
// previous line of the beginning of the original message.
48
47
if readcursor == 0 {
49
48
// Beginning of the bounce message or message/delivery-status part
50
- if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= indicators ["deliverystatus" ] }
49
+ if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= Indicators ["deliverystatus" ] }
51
50
continue
52
51
}
53
- if readcursor & indicators ["deliverystatus" ] == 0 || e == "" { continue }
52
+ if readcursor & Indicators ["deliverystatus" ] == 0 || e == "" { continue }
54
53
55
54
// --Boundary_(ID_0000000000000000000000)
56
55
// Content-type: text/plain; charset=us-ascii
You can’t perform that action at this time.
0 commit comments