I need a little sendmail help without the snarky "don't use sendmail" responses, please. 
I went through and "pkg upgrade" my jails, including the one that handles my incoming/outgoing mail. I have sendmail configured to hand the messages to procmail for further processing; specifically procmail just hands them to spamassassin. Well, post-update, sendmail seems to be bypassing procmail for some reason. There are no error messages in the log files that would indicate why it's happening; but procmail is being ignored.
The user in this case is "jvp" as shown; and the .procmailrc is there. The reference to procmail is in the .cf file in /etc/mail as well. Uhhhh... I'm kinda lost here. I bet it's something silly, simple, and stupid. But I'll be damed if I can figure out what.
Helllllp?

I went through and "pkg upgrade" my jails, including the one that handles my incoming/outgoing mail. I have sendmail configured to hand the messages to procmail for further processing; specifically procmail just hands them to spamassassin. Well, post-update, sendmail seems to be bypassing procmail for some reason. There are no error messages in the log files that would indicate why it's happening; but procmail is being ignored.
Code:
riddler# grep procmail *
riddler.cf:##### $Id: local_procmail.m4,v 8.23 2013-11-22 20:51:11 ca Exp $ #####
riddler.cf:##### $Id: procmail.m4,v 8.23 2013-11-22 20:51:14 ca Exp $ #####
riddler.cf:Mprocmail, P=/usr/local/bin/procmail, F=DFMSPhnu9, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP,
riddler.cf: A=procmail -Y -m $h $f $u
riddler.cf:Mlocal, P=/usr/local/bin/procmail, F=lsDFMAw5:/|@qSPfhn9, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL,
riddler.cf: A=procmail -Y -a $h -d $u
riddler.mc:FEATURE(local_procmail)dnl
riddler.mc:MAILER(procmail)dnl
riddler# ls -la /usr/local/bin/procmail
-rwsr-sr-x 1 root mail 106536 Feb 7 20:55 /usr/local/bin/procmail*
riddler# ls -la ~jvp/.procmailrc
-rwxr-xr-x 1 jvp users 4762 Aug 2 2018 /home/jvp/.procmailrc*
The user in this case is "jvp" as shown; and the .procmailrc is there. The reference to procmail is in the .cf file in /etc/mail as well. Uhhhh... I'm kinda lost here. I bet it's something silly, simple, and stupid. But I'll be damed if I can figure out what.
Helllllp?