The following is the GNU All-permissive License as recommended in https://www.gnu.org/licenses/license-recommendations.en.html
Copyright (C) 2024 Free Software Foundation sysadmin@fsf.org
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.
Contributions are welcome. See https://savannah.gnu.org/maintenance/fsf/.
subject: Message never made it to mailing list
On the lists server, in the exim log, it will say router is take_sa_hint_router if we misclassified it as spam. Find the message file in /spam/LIST/new. If the message's to, cc, and bcc are just local lists, then run exim -i -t <FILE
(it will take the destination from those fields). If those fields have other addresses in it, then run exim -i listaddress [listaddress2...] <FILE
, so that it only delivers to the list(s).