mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-06 10:38:56 +00:00
kumod: remove unused parameter
This commit is contained in:
@@ -19,10 +19,6 @@ mod spool;
|
||||
#[derive(Debug, Parser)]
|
||||
#[command(about = "kumo mta daemon")]
|
||||
struct Opt {
|
||||
/// What to listen on
|
||||
#[arg(long, default_value = "127.0.0.1:2025")]
|
||||
listen: String,
|
||||
|
||||
/// Policy file to load
|
||||
#[arg(long)]
|
||||
policy: Option<PathBuf>,
|
||||
|
||||
Reference in New Issue
Block a user