diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-20 22:03:55 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-20 22:03:55 +0000 |
commit | 214f28291f61220df1897e1f2929204959d9c145 (patch) | |
tree | 728c0ecdbdc7068bf5a2b068c62fef6bff804e7a | |
parent | Update to 0.0.2. (diff) |
mail/courier-pythonfilter: Spell WHITELIST_SPF_DESC correctly
-rw-r--r-- | mail/courier-pythonfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier-pythonfilter/Makefile b/mail/courier-pythonfilter/Makefile index 406c1cf664a2..6b738547a25f 100644 --- a/mail/courier-pythonfilter/Makefile +++ b/mail/courier-pythonfilter/Makefile @@ -43,7 +43,7 @@ WHITELIST_RELAY_DESC= whitelist_relayclients module WHITELIST_AUTH_DESC= whitelist_auth module WHITELIST_BLOCK_DESC= whitelist_block module WHITELIST_DNSWL_DESC= whitelist_dnswl module -WHITELIST_SP_DESC= whitelist_spf module +WHITELIST_SPF_DESC= whitelist_spf module DELIVEREDTO_DESC= deliveredto module PRIVATEADDR_DESC= privateaddr module SPFCHECK_DESC= spfcheck module |