Irule notes

From Federal Burro of Information
Revision as of 17:09, 22 November 2012 by David (talk | contribs) (Created page with "<pre> when CLIENT_ACCEPTED { log local0. "client accepted" STREAM::expression {=RCPT TO:info@domain.com=RCPT TO:info2@domain.com=} STREAM::enable } when STREAM_MATCHED { log l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
when CLIENT_ACCEPTED {
log local0. "client accepted"
STREAM::expression {=RCPT TO:info@domain.com=RCPT TO:info2@domain.com=}
STREAM::enable
}
when STREAM_MATCHED {
log local0. "iRule SPAM POC Email detected: [STREAM::match]"
}