Yes I'm using amavisd-new, this got me on the right track. Thanks, James On Mar 23, 2010, at 7:39 PM, Mark Martinec wrote:
James, I have a few emails from internal servers that got flagged as SPAM. I added trusted_networks 10.10.10.0/24 to my local.cf so that emails from those servers aren't checked for SPAM. I have the IDs for emails that are in the /var/virusmails directory. Is there a way I can reprocess those emails so they are delivered? Sounds like you are using amavisd-new. Quarantined mail messages can be either released from a quarantine and delivered to recipients without re-checking for viruses and spam by using a command 'amavisd-release', or fed back to mailer's input side and re-checked for viruses and spam by a 'amavisd-requeue' command. The only difference between the two commands is a MTA port number to which a message is delivered: port 10025 ($release_method), or port 25 ($requeue_method). Mark