Warning, /pim/libksieve/src/ksievecore/scriptsparsing/autotests/data/regexp-ref.siv is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?><script><control name="require"><str type="quoted">regex</str></control><crlf/><crlf/><comment type="hash"> Try to catch unsolicited email.</comment><control name="if"><test name="anyof"><testlist><crlf/><comment type="hash"> if a message is not to me (with optional +detail),</comment><test name="not"><test name="address"><tag>regex</tag><list><str type="quoted">to</str><str type="quoted">cc</str><str type="quoted">bcc</str></list><crlf/><str type="quoted">me(\\+.*)?@company\\.com</str></test></test><crlf/><crlf/><comment type="hash"> or the subject is all uppercase (no lowercase)</comment><test name="header"><tag>regex</tag><tag>comparator</tag><str type="quoted">i;octet</str><str type="quoted">subject</str><crlf/><str type="quoted">^[^[:lower:]]+$</str></test></testlist></test><block><crlf/><crlf/><action name="discard"/><comment type="hash"> junk it</comment></block></control><crlf/></script>