diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-12-07 20:19:02 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-12-07 20:19:02 +0300 |
commit | be7f8c95a7689ec6d2ffac4abffd36fdaa5229eb (patch) | |
tree | 2e85f85120d2d9b73b5957b4bc57f2c23d2d9459 /src/spf.h | |
parent | e2605b25c3bc7fe3240cf0e3bb83fd10789adabe (diff) | |
download | rspamd-be7f8c95a7689ec6d2ffac4abffd36fdaa5229eb.tar.gz rspamd-be7f8c95a7689ec6d2ffac4abffd36fdaa5229eb.zip |
* Some fixes to 'include' and 'redirect' defines and to mask checking
Diffstat (limited to 'src/spf.h')
-rw-r--r-- | src/spf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ struct spf_addr { uint32_t addr; uint32_t mask; spf_mech_t mech; + char *spf_string; }; struct spf_record { |