Isn't getting caught by this rule?
body MWC19 /americaspharma.com/i describe MWC19 local rule19 score MWC19 20.0
change it from a body rule to a uri rule, also for correctness add a \ in front of . (otherwise . is a wildcard)
uri MWC19 /americaspharma\.com/i
Body rules run on the message with most html tags stripped out. Since you just sent us a copy of the body text and not the true, raw message, it's not clear why the rule didn't match, but it might have been done with some HTML tricks that a uri rule should deal with.
Another alternative is to use rawbody, but that doesn't deal with linewraps, so use with caution.