Commit 239ff6d
Terminate each local message by an empty line
According to RFC 4155, each message in the mbox database must be
terminated by an empty line, containing a single end-of-line marker.
That doesn't match the current behavior, where dma writes this EOL
marker at the same time with the following separator line on each
subsequent local delivery, which effectively changes the previous
message, and may leave the new one in a non-conformant state.1 parent e21c76a commit 239ff6d
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 186 | | |
192 | 187 | | |
193 | 188 | | |
| |||
198 | 193 | | |
199 | 194 | | |
200 | 195 | | |
201 | | - | |
| 196 | + | |
202 | 197 | | |
203 | 198 | | |
204 | 199 | | |
| |||
241 | 236 | | |
242 | 237 | | |
243 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments