1# Check actions23When a certain check module thinks the message is "bad", it takes some actions4depending on its configuration. Most checks follow the same configuration5structure and allow following actions to be taken on check failure:67- Do nothing (`action ignore`)89Useful for testing deployment of new checks. Check failures are still logged10but they have no effect on message delivery.1112- Reject the message (`action reject`)1314Reject the message at connection time. No bounce is generated locally.1516- Quarantine the message (`action quarantine`)1718Mark message as 'quarantined'. If message is then delivered to the local19storage, the storage backend can place the message in the 'Junk' mailbox.20Another thing to keep in mind that 'target.remote' module21will refuse to send quarantined messages.