Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/tutorials/settings_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ trusted_relays {
2. **Verify setting application**:
```bash
# Test with specific message
rspamc -f sender@domain.com -r recipient@company.com < test.eml
rspamc --from sender@domain.com --rcpt recipient@company.com < test.eml

# Check which settings applied
grep "applied.*setting" /var/log/rspamd/rspamd.log
Expand Down Expand Up @@ -380,4 +380,4 @@ rspamc --header="X-Test: value" -f sender@test.com -r recipient@domain.com < tes

# Check setting application in logs
tail -f /var/log/rspamd/rspamd.log | grep -i setting
```
```