[MlMt] Bcc list

Travis Risner deeppunster at fastmail.com
Sat Jul 2 04:13:15 EDT 2022


Hi Randy,

MM has an option to set pairs of email addresses such that when a given email address is the “From:” address, the second address is put in the “Bcc:” entry. It requires running a bash script something like the following.

----

  	#!/bin/bash
	# Set the default bcc for various email addresses for MailMate

	# Desired behaviour:
	# Received                      BCC when replying
	# a at gmail.com                   a at fastmail.com
	# b at gmail.com                   b at fastmail.com
	# a at fastmail.com                a at fastmail.com
	# b at fastmail.com                b at fastmail.com

	defaults write com.freron.MailMate MmDefaultBccHeader -dict “a at gmail.com" “a at fastmail.com" “b at gmail.com" “b at fastmail.com" “a at fastmail.com" “a at fastmail.com" “b at fastmail.com" “b at fastmail.com"

	# EOF


----


N. B. The “defaults write …” is a single line (e. g. not wrapped with newlines).

I found this a long time ago either in the documentation or in an email on this list.

HTH,

Travis
----
Travis Risner


 On 7/1/22 6:37 PM, Randy Bush wrote:

> when i select Bcc, it presents a list.  is there something i can do to
have the first entry in that select list be the From: address?

randy
_______________________________________________
mailmate mailing list
> mailmate at lists.freron.comhttps://lists.freron.com/listinfo/mailmate


More information about the mailmate mailing list