activate sieve path

This commit is contained in:
2026-01-24 15:09:07 -06:00
parent 8e187985ea
commit c522c4fa73

View File

@@ -67,7 +67,9 @@ def sync():
# Compile
os.system(f'sievec {sieve_path}')
print(f'{email}')
os.system(f'sievec {sieve_path}')
os.system(f'doveadm sieve activate -u {email} {sieve_path.name}')
print(f'{email}')
if __name__ == '__main__':
sync()