diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-09-09 18:48:49 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2008-09-09 18:48:49 +0400 |
commit | 57e765ce78c6b9746cddab4c3415dc386552151f (patch) | |
tree | 3e1a28756015169dda66e4c0dd147689c0e77739 /plugins/surbl.c | |
parent | f1e17a0d63485d6317fc5d83b57618cfc08dea44 (diff) | |
download | rspamd-57e765ce78c6b9746cddab4c3415dc386552151f.tar.gz rspamd-57e765ce78c6b9746cddab4c3415dc386552151f.zip |
* Fix url parser (get regexp from our mail system)
* Add some more tests to url testcase
Diffstat (limited to 'plugins/surbl.c')
-rw-r--r-- | plugins/surbl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/surbl.c b/plugins/surbl.c index e31f8cc5d..bcb5f38ba 100644 --- a/plugins/surbl.c +++ b/plugins/surbl.c @@ -462,7 +462,6 @@ redirector_callback (int fd, short what, void *arg) if (*p == '\0') { msg_info ("redirector_callback: got reply from redirector: '%s' -> '%s'", struri (param->url), c); parse_uri (param->url, c); - normalize_uri (param->url, c); register_memcached_call (param->url, param->task); param->task->save.saved ++; } |