Fix netmail flags for netmails originating here
This commit is contained in:
@@ -68,7 +68,7 @@ class AddressLink extends Notification //implements ShouldQueue
|
||||
|
||||
$o->fftn_id = $so->match($this->ao->zone)->first()->id;
|
||||
$o->tftn_id = $this->ao->id;
|
||||
$o->flags = Message::FLAG_LOCAL;
|
||||
$o->flags = Message::FLAG_LOCAL|Message::FLAG_PRIVATE|Message::FLAG_CRASH;
|
||||
$o->cost = 0;
|
||||
|
||||
$o->tagline = 'Address Linking...';
|
||||
|
@@ -65,7 +65,7 @@ class NetmailTest extends Notification //implements ShouldQueue
|
||||
|
||||
$o->fftn_id = $so->match($this->ao->zone)->first()->id;
|
||||
$o->tftn_id = $this->ao->id;
|
||||
$o->flags = Message::FLAG_LOCAL;
|
||||
$o->flags = Message::FLAG_LOCAL|Message::FLAG_PRIVATE;
|
||||
$o->cost = 0;
|
||||
|
||||
$o->tagline = 'Testing, testing, 1 2 3.';
|
||||
|
Reference in New Issue
Block a user