summaryrefslogtreecommitdiffstats
path: root/src/protocol.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-29 16:22:10 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-29 16:22:10 +0400
commitb29cec5f64146efd075e43ead4644ab647ca57c9 (patch)
treefa366a6dd4d0aaeef6af73314dfcf22152fd9a77 /src/protocol.h
parentfc5c006ccbbcca3421a058aef93af8410bd50585 (diff)
downloadrspamd-b29cec5f64146efd075e43ead4644ab647ca57c9.tar.gz
rspamd-b29cec5f64146efd075e43ead4644ab647ca57c9.zip
* Improve logic of urls command to extract only those urls that would be checked against surbl lists
* Fix surbl whitelisting * Fix bug with processing custom commands * Update version to 0.2.1
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h
index bd2ac5343..b4783cb30 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -37,7 +37,6 @@ enum rspamd_command {
CMD_SKIP,
CMD_PING,
CMD_PROCESS,
- CMD_URLS,
CMD_OTHER,
};