Skip to content

Commit

Permalink
local
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Sep 14, 2024
1 parent 7284ab7 commit 8e830f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plogical/mailUtilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def installSpamAssassin(install, SpamAssassin):
def SetupEmailLimits():
rlFile = '/etc/rspamd/override.d/ratelimit.conf'
rlContent = '''
custom_keywords = "/etc/rspamd/custom_ratelimit.lua";
custom_keywords = "/etc/rspamd/custom_ratelimit.lua";
'''
if not os.path.exists(rlFile):

Expand Down

0 comments on commit 8e830f0

Please sign in to comment.