Commit a377fb9
committed
exmdb_local: avoid moving partially-completed delivered mails to cache/ directory
When a file is put in /var/lib/gromox/queue/cache, re-delivery will
be attempted. In case of partial_completion, that is a bad decision
though. Return a different error code from the innards of exmdb_local
so the file ends up in /var/lib/gromox/queue/save instead.
References: DESK-13531 parent d399cc2 commit a377fb9
File tree
2 files changed
+6
-3
lines changed- data/local_bounce/ascii
- mda/exmdb_local
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
| 393 | + | |
395 | 394 | | |
396 | 395 | | |
397 | 396 | | |
| |||
415 | 414 | | |
416 | 415 | | |
417 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
418 | 421 | | |
419 | 422 | | |
420 | 423 | | |
| |||
0 commit comments