n
> procmail recipes:
>
> :0whf
> * from:.*
> | fix-dkim-from
I see you said the above is untested, but I am thinking: Why can't the above be
as follows, so all yahoogroups lists would qualify for the recipe?
:0whf
* from:.*<.*@yahoogroups.com>
| fix-dkim-from
Eliana
.
You have to put the dot at the start of the file names, those are part of the
file names, that make the files not seen in general file searches unless you
take special steps to make sure they are listed.
Eliana
On Sun, Sep 14, 2014 at 10:29:20AM -0500, Russell Urquhart wrote:
> Hi,
>
&g
Fastmail allows SMTP, make sure you have
enabled SMTP on the fastmail end.
The following page talks about how to use your ISP's SMTP server in conjuntion
with fastmail, as an alternative, and also has a statement from Fastmail.
http://www.emaildiscussions.com/showthread.php?t=66248
Eliana
On Wed, Aug 20, 2014 at 09:53:30PM -0700, Tom Fowle wrote:
> Eliana and all,
> You are correct I'd missed the 'My_server" in the smtp url, but that
> didn't
> fix the basic problem.
I have not automated sending with mutt, I do it by invoking msmtp separately,
a
m:realpass:465/"
Looks to me like there should be four parameters in there, and you eliminated
one of them.
my user : my pass : my smtp server : port
What you see to be missing is the smtp server.
Looks like you just have:
my user : my pass : port
Eliana