teamsinger / uk.teamsinger.civicrm.mailgun

CiviCRM Mailgun Integration
Other
7 stars 6 forks source link

FYI mod_security doesn't like the mailgun webhook payload #19

Open alanef opened 8 years ago

alanef commented 8 years ago

FYI, In case anyone struggles with this apache mod security default rule 200004 gets triggered by the mailgun webhook payload - so if your server has mod security then this rule needs to be bypassed

tomsinger commented 8 years ago

What does this rule relate to? I've tried to look up 200004 but can't find much in the way of useful information.

alanef commented 8 years ago

This is the rule it trips

  SecRule MULTIPART_UNMATCHED_BOUNDARY "!@eq 0" \
 "id:'200004',phase:2,t:none,log,deny,msg:'Multipart parser detected a possible unmatched boundary.'"