On Sat, 21 Jan 2023, Tony Jones wrote:
No but I wish the list was configured differently so
From: was the actual
sender with a Reply-To of the list. Plus of course ListId:
Right now From: is "sender name via cc talk" which isn't unique since
some
people just have a first name. Plus a Cc: sender email
I've solved this problem with a simple procmail rule:
#####
REPLYTO_=`formail -cXCc: | cut -d',' -f1 | sed -e 's/Cc: //' | sed -e
's/\"/\\\"/g'`
0 fw
* ^To:.*classiccmp|^Cc:.*classiccmp
| sed -e 's/\[cctalk\] //g' | formail -i "From: $REPLYTO_" -i
"Reply-To: ClassicCmp <cctalk(a)classiccmp.org>" -I "Cc:"
#####
Christian