Michael Mansour <mic@...> wrote: > I'm glad I did this so looking at other email verification techniques (like > DKIM and digitally signing outgoing emails like Yahoo does) would it be a good > idea to implement support for this in milter-greylist? DKIM works with e-mail headers, so you cannot filter with that at RCPT stage (racl statements). We could do it at DATA stage, though (dacl statements) Would you like to contribute support for that? How would the config look like? We could mimic the SPF clauses in ACL: what are possible DKIM status? valid, failed, something else? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] DKIM support in milter-greylist?
2008-08-19 by manu@netbsd.org