Mercurial > logstash
annotate dnsbl.pattern @ 9:786f4376ac99
remove unused files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 22 Mar 2013 12:50:40 -0700 |
parents | 6b7beb807d14 |
children |
rev | line source |
---|---|
5 | 1 DNSBL1 %{SYSLOGBASE} %{QID:qid}: from <%{EMAIL:from}> to <%{EMAIL:to}> using context %{DATA:context} state %{DATA:state} reply context %{DATA:replycontext} state %{DATA:replystate} |
2 DNSBL2 %{SYSLOGBASE} %{QID:qid}: spamc returned %{GREEDYDATA:spamassassin} | |
3 DNSBL3 %{SYSLOGBASE} %{QID:qid}: dcc returned %{GREEDYDATA:dcc} | |
4 DNSBL4 %{SYSLOGBASE} %{QID:qid}: Milter: to=<%{EMAIL:to}>, reject=%{DATA:smtpreason} mail from %{IP:ip} rejected - %{GREEDYDATA:dnsblreason} | |
5 | |
6 DNSBL (%{DNSBL1}|%{DNSBL2}|%{DNSBL3}|%{DNSBL4}) |