jarrodparkes / mbox-to-csv

Python script for converting MBOX files to CSV.
87 stars 31 forks source link

AttributeError: module 'rules' has no attribute 'apply_rules' #22

Open perryraskin opened 2 years ago

perryraskin commented 2 years ago

Getting this error after following all instructions:

Traceback (most recent call last):
  File "mbox_parser.py", line 124, in <module>
    row = rules.apply_rules(date, sent_from, sent_to, cc, subject, contents, owners, blacklist_domains)
AttributeError: module 'rules' has no attribute 'apply_rules'