Fix recording of netmails, when they contain taglines and origin lines

This commit is contained in:
2024-05-13 15:28:53 +10:00
parent b9b5cf4214
commit 6216ada5e5
3 changed files with 38 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ final class Netmail extends Model implements Packet
$o->message = $this->msg;
$o->tagline = $this->tagline;
$o->tearline = $this->tearline;
$o->origin = $this->origin;
// VIA kludge
$via = $this->via ?: collect();