mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-07 02:58:56 +00:00
add missing duration string handling for remember_broken_tls
This commit is contained in:
@@ -248,7 +248,7 @@ pub struct EgressPathConfig {
|
||||
/// a site has broken TLS for the duration specified. Once
|
||||
/// encountered, we will pretend that EHLO didn't advertise STARTTLS
|
||||
/// on subsequent connection attempts.
|
||||
#[serde(default)]
|
||||
#[serde(default, with = "duration_serde")]
|
||||
pub remember_broken_tls: Option<Duration>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user