Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Different environments have different needs. Find the guide that matches your si
### Built-in Help
```bash
# Check current configuration
rspamc configdump
rspamadm configdump

# Validate configuration files
rspamd -t
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/first-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ sudo setsebool -P antivirus_can_scan_system 1
If messages have no `X-Spam-*` headers:

```bash
rspamadm configdump milter_headers
rspamadm configdump milter_headers
rspamc stat # Check messages scanned
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/configuration/fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@ sudo rspamadm configtest -v

```bash
# View configuration dump
rspamc configdump
rspamadm configdump

# Check specific symbols and scores
rspamc configdump | grep -A5 -B5 "symbol_name"
rspamadm configdump | grep -A5 -B5 "symbol_name"

# Monitor real-time changes
tail -f /var/log/rspamd/rspamd.log
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Different environments have different needs. Find the guide that matches your si
### Built-in Help
```bash
# Check current configuration
rspamc configdump
rspamadm configdump

# Validate configuration files
rspamd -t
Expand Down