MISP / mail_to_misp

Connect your mail client/infrastructure to MISP in order to create events based on the information contained within mails.
GNU Affero General Public License v3.0
69 stars 25 forks source link

Fake SMTP Arguments #47

Closed phpsystems closed 3 years ago

phpsystems commented 3 years ago

The Arguments for Fake SMTP seem to have been cut and pasted:

parser.add_argument("--path", default='./mail_to_misp.py', help="Path to the mail_to_misp.py script.")
parser.add_argument("--path_forward", default='./mail_to_misp.py', help="Path to the mail_to_misp.py script.")
parser.add_argument("--email_forward", default='mail2misp@example.com', help="Path to the mail_to_misp.py script.")

At least 2 should be modified to be a bit clearer.

SteveClement commented 3 years ago

If you have more details on what you think should be cleared up, let me know and I change it.

phpsystems commented 3 years ago

Hang on, so what is the difference between path and path_forward?