server: rework dmarc parsing to use askama
This commit is contained in:
@@ -39,4 +39,6 @@ pub enum ServerError {
|
||||
QueryParseError(#[from] QueryParserError),
|
||||
#[error("impossible: {0}")]
|
||||
InfaillibleError(#[from] Infallible),
|
||||
#[error("askama error: {0}")]
|
||||
AskamaError(#[from] askama::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user