Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymilter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
misc
pymilter
Commits
5830e13d
Commit
5830e13d
authored
19 years ago
by
Stuart Gathman
Browse files
Options
Downloads
Patches
Plain Diff
New milter.log tags
parent
1b685fca
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/logmsgs.ht
+26
-6
26 additions, 6 deletions
doc/logmsgs.ht
with
26 additions
and
6 deletions
doc/logmsgs.ht
+
26
−
6
View file @
5830e13d
...
@@ -30,8 +30,8 @@ HELO name, and it did not pass.
...
@@ -30,8 +30,8 @@ HELO name, and it did not pass.
<dt> INNOC: richh
<dt> INNOC: richh
<dd> message was used to update richh's dspam dictionary
<dd> message was used to update richh's dspam dictionary
<dt> HONEYPOT:
michaelb@jsconnor
.com
<dt> HONEYPOT:
pooh@bwicorp
.com
<dd> message was sent to a honeypot address (
michaelb@jsconnor
.com), the
<dd> message was sent to a honeypot address (
pooh@bwicorp
.com), the
message was added to the honeypot dspam dictionary as spam
message was added to the honeypot dspam dictionary as spam
<dt> REJECT: numeric hello name: 63.217.19.146
<dt> REJECT: numeric hello name: 63.217.19.146
...
@@ -57,8 +57,17 @@ MX record, we told the sender to try again later
...
@@ -57,8 +57,17 @@ MX record, we told the sender to try again later
<dt> REJECT: Subject: Cialis - No prescription needed!
<dt> REJECT: Subject: Cialis - No prescription needed!
<dd> message was rejected because its subject contained a bad expression
<dd> message was rejected because its subject contained a bad expression
<dt> DSPAM: tonyc tonyc@jsconnor.com
<dt> REJECT: zombie PC at 192.168.3.37 sending MAIL FROM seajdr@amritind.com
<dd> message was sent to tonyc@jsconnor.com and it was identified as spam
<dd> message was rejected because the connect ip was internal, but the
sender was not. This is usually because a Windows PC is infected with
malware.
<dt> X-Guessed-SPF: pass
<dd> When the SPF result is NONE, we guess a result based on the generic
SPF policy "v=spf1 a/24 mx/24 ptr".
<dt> DSPAM: tonyc tonyc@example.com
<dd> message was sent to tonyc@example.com and it was identified as spam
and placed in the tonyc dspam quarantine
and placed in the tonyc dspam quarantine
<dt> REJECT: CBV: 550 calvinalstonis@ix.netcom.com...User unknown
<dt> REJECT: CBV: 550 calvinalstonis@ix.netcom.com...User unknown
...
@@ -66,6 +75,17 @@ and placed in the tonyc dspam quarantine
...
@@ -66,6 +75,17 @@ and placed in the tonyc dspam quarantine
<dt> REJECT: CBV: 554 delivery error: dd This user doesn't have an account
<dt> REJECT: CBV: 554 delivery error: dd This user doesn't have an account
<dd> message was rejected because call back verification gave us a fatal
<dd> message was rejected because call back verification gave us a fatal
error
error
<dt> Auto-Whitelist: user@example.com
<dd> recipient has been added to auto_whitelist.log because the message
was sent from an internal IP and the recipient is not internal.
<dt> WHITELIST user@example.com
<dd> message is whitelisted because sender appears in auto_whitelist.log
<dt> BLACKLIST user@example.com
<dd> message is blacklisted because sender appears in blacklist.log or
failed a CBV test.
<dt> TRAINSPAM: honeypot X-Dspam-Score: 0.002278
<dd> message was used to train screener dictionary as spam
<dt> TRAIN: honeypot X-Dspam-Score: 0.980203
<dd> message was used to train screener dictionary as ham
</dl>
</dl>
<br>
Please add more tags to this list if you know of any. Thanks.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment