double io_timeout;
struct rspamd_cryptobox_keypair *local_key;
struct rspamd_cryptobox_pubkey *peer_key;
+ /* Separate encryption keys for read and write operations */
+ struct rspamd_cryptobox_keypair *read_local_key;
+ struct rspamd_cryptobox_pubkey *read_peer_key;
+ struct rspamd_cryptobox_keypair *write_local_key;
+ struct rspamd_cryptobox_pubkey *write_peer_key;
double max_score;
double weight_threshold;
+ double html_weight; /* Weight multiplier for HTML hashes (default 1.0) */
enum fuzzy_rule_mode mode;
gboolean skip_unknown;
gboolean no_share;