trusteddomainproject / OpenARC

Open source ARC implementation
BSD 2-Clause "Simplified" License
132 stars 46 forks source link

Domain/Selector/KeyFile should not be mandatory in verifying mode #142

Open glts opened 3 years ago

glts commented 3 years ago

OpenARC does not start without parameters Domain/Selector/KeyFile set.

In verifying mode (Mode v) these parameters are unused and should not prevent OpenARC from starting.

Compare with OpenDKIM, which can be started without Domain/Selector/KeyFile in verifying mode.

Swallowtail23 commented 3 years ago

Second this. I'm currently running OpenARC in 'v' mode only, and had to dummy up the three entries noted to get it to start, despite no need for them in 'v' mode.

minfrin commented 2 years ago

Fixed in https://github.com/trusteddomainproject/OpenARC/pull/159