]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Modify rspamc doc to clarify that control password can also be passed by path 5473/head
authorTwizzyDizzy <github@thomasdalichow.de>
Fri, 16 May 2025 20:00:59 +0000 (22:00 +0200)
committerTwizzyDizzy <github@thomasdalichow.de>
Fri, 16 May 2025 20:26:03 +0000 (22:26 +0200)
doc/rspamc.1
doc/rspamc.1.md

index de022d5427f3a58f67e39674137fd36bf5375572..51a4504cc58890b99ae276f2f44ba49fcd55985f 100644 (file)
@@ -68,7 +68,8 @@ fuzzy* commands requires input.
 Specify host and port
 .TP
 \-P \f[I]password\f[R], \-\-password=\f[I]password\f[R]
-Specify control password
+Specify control password. Can be an absolute or relative path, in which
+case the password will be read from that file.
 .TP
 \-c \f[I]name\f[R], \-\-classifier=\f[I]name\f[R]
 Classifier to learn spam or ham (bayes is used by default)
index 335c22513757ae91ed7d4abda17fa8b1f2bd251f..4389d25f43af2f9d76f9c3d31573d618ab4bd719 100644 (file)
@@ -42,7 +42,7 @@ requires input.
 :      Specify host and port
        
 -P *password*, \--password=*password*
-:      Specify control password
+:      Specify control password. Can be an absolute or relative path, in which case the password will be read from that file.
        
 -c *name*, \--classifier=*name*
 :      Classifier to learn spam or ham (bayes is used by default)