Commit 6aabdd4 1 parent cde4776 commit 6aabdd4 Copy full SHA for 6aabdd4
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 @@ -21,7 +21,6 @@ func init() {
21
21
if bf == nil || bf .Empty () == true { return sis.RisingUnderway {} }
22
22
if len (bf .Headers ["x-zohomail" ]) == 0 { return sis.RisingUnderway {} }
23
23
24
- indicators := INDICATORS ()
25
24
boundaries := []string {"\n \n Received:" }
26
25
startingof := map [string ][]string {
27
26
"message" : []string {"This message was created automatically by mail delivery" },
@@ -40,10 +39,10 @@ func init() {
40
39
// previous line of the beginning of the original message.
41
40
if readcursor == 0 {
42
41
// Beginning of the bounce message or message/delivery-status part
43
- if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= indicators ["deliverystatus" ] }
42
+ if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= Indicators ["deliverystatus" ] }
44
43
continue
45
44
}
46
- if readcursor & indicators ["deliverystatus" ] == 0 || e == "" { continue }
45
+ if readcursor & Indicators ["deliverystatus" ] == 0 || e == "" { continue }
47
46
48
47
// This message was created automatically by mail delivery software.
49
48
// A message that you sent could not be delivered to one or more of its recip=
You can’t perform that action at this time.
0 commit comments