Download raw body.
Adding Message-ID to mail(1) portable version ;-)
On Wed, Aug 21, 2024, Walter Alejandro Iglesias wrote: > + if (strftime(date, sizeof(date), "%Y%m%d.%H%M%S", &tm) > + error = snprintf(buf, sizeof(buf), "<%s@%s>", date, hostname); So if two people on the same system send a message within the same seccond they get the same Message-ID? -- Address is valid for this mailing list only, please do not reply to it directly, but to the list.
Adding Message-ID to mail(1) portable version ;-)