diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-11-06 20:47:07 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-11-06 20:47:07 +0300 |
commit | bfda3c0113c0c2eb4284ad428a84c7db2fa4b9e3 (patch) | |
tree | 511c8dbd4d82e5d8900f8b3784936f617a82dfc9 /src/cfg_file.h | |
parent | 61d89e0791f1d1a2d590ee7c05e6ad5066d1ee3d (diff) | |
download | rspamd-bfda3c0113c0c2eb4284ad428a84c7db2fa4b9e3.tar.gz rspamd-bfda3c0113c0c2eb4284ad428a84c7db2fa4b9e3.zip |
* Add logging urls as it was required by rambler search
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h index b165e82f2..f2cd97e23 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -205,6 +205,7 @@ struct config_file { char *log_file; /**< path to logfile in case of file logging */ int log_fd; /**< log descriptor in case of file logging */ FILE *logf; + gboolean log_urls; /**< whether we should log URLs */ size_t max_statfile_size; /**< maximum size for statfile */ |