First page Back Continue Last page Overview Graphics
Trigger Example
header “X-Text-Classification” matches “.*spam.*” {
- # reduce connection speed by half
- adjustThrottle -50%
- # don't even ack the DATA command for 30 seconds
- addPenalty 30000
}
header “X-Text-Classification” matches “.*virus.*” {
}
Notes: