https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7031
Igor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Igor <[email protected]> --- (In reply to Kevin A. McGrail from comment #1) > Not sure where to start on this one. From looking at the code, it's a very > basic function of spamc. > > We'll need samples of emails before and after that show the issue. > > Also more information at least for me on how your mail flow works. My > curiosity is something like ClamAV triggering that the email is a virus and > interrupting things. master.cf .... # ${nexthop} ${user} # AV scan filter (used by content_filter) scan unix - - n - 16 smtp -o smtp_send_xforward_command=yes -o smtp_enforce_tls=no # For injecting mail back into postfix from the filter 127.0.0.1:10026 inet n - n - 16 smtpd -o content_filter= -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks -o smtpd_helo_restrictions= -o smtpd_client_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks_style=host -o smtpd_authorized_xforward_hosts=127.0.0.0/8 # Check spam smtp inet n - n - - smtpd -o content_filter=spam:dummy spam unix - n n - - pipe flags=R user=virtual argv=/usr/local/bin/spamc -u virtual -e /usr/sbin/sendmail -f $sender $recipient -- You are receiving this mail because: You are the assignee for the bug.
