On Mon, Jan 23, 2023, 12:51 AM Christian Corti via cctalk <
cctalk(a)classiccmp.org> wrote:
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:"
#####
The issue is that Gmail filtering isn't great at filtering the list, the
way it's setup. A lot of people use it. Clicking to block the sender
blocks the entire list. Creating custom filters is somewhat in exact due
to the odd way the listsrv is configured.
Procmail, sure but ....