https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281131
Bug ID: 281131
Summary: Potential DMA (DragonflyBSD Mail Agent) Bug
Product: Base System
Version: 14.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Hi,
I was asked by someone to try to submit this.
An example for replication of the phenomenon:
$ mail
Local/Remote Delivery via: dma
==============================
No mail for su1
(1)
// THERE ARE TWO (2) MESSAGES:
$ cat ~/mbox | grep ^From\
>From [email protected]. Sat Aug 17 04:47:32 2024
>From [email protected]. Tue Aug 20 14:22:35 2024
(0 0 0)
// # NOT TWO (2) MESSAGES - BUT ONLY ONE (1): 50.00% OF 2 TOTAL ARE MISSING:
$ mail -f
Local/Remote Delivery via: dma
==============================
"/home/su1/mbox": 1 message
& h
> 1 [email protected] Sat Aug 17 04:47 38/1076
"fbsd.home.arpa. weekl"
& q
(0)
$ dma_flush_undeliveredMsgs_queue
(0)
$ mail
Local/Remote Delivery via: dma
==============================
"/var/mail/su1": 1 message 1 new
& h
>N 1 [email protected] Sat Aug 24 04:08 153/7997
"fbsd.home.arpa. daily"
& top
>From [email protected]. Sat Aug 24 04:08:39 2024
Received: from root (uid 0)
(envelope-from [email protected].)
id 1049c
by rfc8375.home.arpa (DragonFly Mail Agent v0.13+ on
fbsd.home.arpa.);
Sat, 24 Aug 2024 03:07:30 +0200
& h
> 1 [email protected] Sat Aug 24 04:08 153/7997
"fbsd.home.arpa. daily"
& q
Saved 1 message in mbox
(0)
// THERE ARE THREE (3) MESSAGES:
$ cat ~/mbox | grep ^From\
>From [email protected]. Sat Aug 17 04:47:32 2024
>From [email protected]. Tue Aug 20 14:22:35 2024
>From [email protected]. Sat Aug 24 04:08:39 2024
(0 0 0)
// NOT THREE (3) MESSAGES - BUT ONLY ONE (1): 66.66% OF 3 TOTAL MISSING:
$ mail -f
Local/Remote Delivery via: dma
==============================
"/home/su1/mbox": 1 message
& h
> 1 [email protected] Sat Aug 17 04:47 192/9084
"fbsd.home.arpa. weekl"
& q
(0)
// IF YOU DELETE THIS '1 message' THEN ALL 3 WILL BE GONE
// THE OTHER TWO (2) NOT ONLY NOT LISTED - THEY ARE INVISIBLY DELETED
Regards,
vermaden
--
You are receiving this mail because:
You are the assignee for the bug.