mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 17:05:55 +03:00
[GH-ISSUE #105] Sender and Recepient rule deprecated? #84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stevemayster on GitHub (Nov 2, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/105
Hello.
I don't think it's a issue but i don't know where to ask.
Is Sender and Recepient rule deprecated in v2.1.7?
I want to try dkim-exchange but don't want to local message signed,only remote.
In new example config sender and recepient rule not present.
Can i use this config?
Domain Domain="example.org" Selector="sel2013" PrivateKeyFile="keys/example.org.private" RecipientRule="yahoo.[^.]+"
@Pro commented on GitHub (Nov 2, 2015):
We removed those rules in version 2.0 since it caused some inconsistencies and problems.
I'm not 100% sure, but as far as I remember local/internal messages aren't signed if they aren't sent to another server.
Currently there aren't any plans to readd this feature. If someone is willing to spend some time on this, we can assess reintegrating it.
@stevemayster commented on GitHub (Nov 2, 2015):
Hello, Pro!
Many thanks for answer!