Commit 276cf52 1 parent 2f25040 commit 276cf52 Copy full SHA for 276cf52
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 @@ -40,7 +40,6 @@ func init() {
40
40
}
41
41
if proceedsto == 0 { return sis.RisingUnderway {} }
42
42
43
- indicators := INDICATORS ()
44
43
boundaries := []string {"Content-Type: message/rfc822" , "Content-Type: text/rfc822-headers" }
45
44
startingof := map [string ][][]string {
46
45
// Postfix manual - bounce(5) - http://www.postfix.org/bounce.5.html
@@ -110,11 +109,11 @@ func init() {
110
109
if readcursor == 0 {
111
110
// Beginning of the bounce message or message/delivery-status part
112
111
for _ , a := range startingof ["message" ] {
113
- if moji .Aligned (e , a ) { readcursor |= indicators ["deliverystatus" ]; break }
112
+ if moji .Aligned (e , a ) { readcursor |= Indicators ["deliverystatus" ]; break }
114
113
}
115
114
continue
116
115
}
117
- if readcursor & indicators ["deliverystatus" ] == 0 { continue }
116
+ if readcursor & Indicators ["deliverystatus" ] == 0 { continue }
118
117
119
118
if f := rfc1894 .Match (e ); f > 0 {
120
119
// "e" matched with any field defined in RFC3464
You can’t perform that action at this time.
0 commit comments