File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ message footer/header will be extracted.
38
38
39
39
- ` [% headers %] `
40
40
41
- A hash containing some header fields of original message.
41
+ A hash array containing some header fields of original message.
42
42
43
43
- ` [% headers.date %] `
44
44
- ` [% headers.from %] `
@@ -50,16 +50,16 @@ message footer/header will be extracted.
50
50
Values of header fields. These are unfolded but not decoded
51
51
(see also ` [% subject %] ` below).
52
52
53
- Additionally, following less useful fields are also provided,
54
- if the message has them.
53
+ Additionally, following less useful fields are also provided,
54
+ if the message has them.
55
55
56
56
- ` [% headers.item('thread-topic') %] `
57
57
- ` [% headers.item('x-original-to') %] `
58
58
- ` [% headers.item('x-originating-ip') %] `
59
59
60
60
- ` [% part %] `
61
61
62
- A hash containing the MIME information of original message (if it is single-part)
62
+ A hash array containing the MIME information of original message (if it is single-part)
63
63
or the current part (if the message consists of multiple MIME parts).
64
64
65
65
- ` [% part.description %] `
@@ -86,7 +86,7 @@ message footer/header will be extracted.
86
86
87
87
- ` [% user %] `
88
88
89
- A hash containing the information of the subscriber.
89
+ A hash array containing the information of the subscriber.
90
90
91
91
- ` [% user.email %] `
92
92
You can’t perform that action at this time.
0 commit comments