Commit 2f25040 1 parent b5a5bd3 commit 2f25040 Copy full SHA for 2f25040
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 @@ -36,7 +36,6 @@ func init() {
36
36
}
37
37
if proceedsto == 0 { return sis.RisingUnderway {} }
38
38
39
- indicators := INDICATORS ()
40
39
boundaries := []string {" Below is a copy of the original message:" }
41
40
startingof := map [string ][]string {
42
41
// http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8
@@ -108,10 +107,10 @@ func init() {
108
107
// previous line of the beginning of the original message.
109
108
if readcursor == 0 {
110
109
// Beginning of the bounce message or message/delivery-status part
111
- if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= indicators ["deliverystatus" ] }
110
+ if strings .HasPrefix (e , startingof ["message" ][0 ]) { readcursor |= Indicators ["deliverystatus" ] }
112
111
continue
113
112
}
114
- if readcursor & indicators ["deliverystatus" ] == 0 || e == "" { continue }
113
+ if readcursor & Indicators ["deliverystatus" ] == 0 || e == "" { continue }
115
114
116
115
// Hi!
117
116
//
You can’t perform that action at this time.
0 commit comments