Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 309 Bytes

File metadata and controls

8 lines (6 loc) · 309 Bytes

A simple python script for enforcing a "X mails a day" rule on a mailing list by sending a warning email to authors when they reach the limit.

Running the code

  1. mv limit.conf.example limit.conf
  2. Edit limit.conf to your liking
  3. Put "python limit.py -c limit.conf" in your crontab file