Warning, /pim/libksieve/src/ksievecore/scriptsparsing/autotests/data/test-foreverypart-complex-ref.siv is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0"?><script><control name="require"><str type="quoted">reject</str></control><crlf/><control name="require"><str type="quoted">subaddress</str></control><crlf/><control name="require"><str type="quoted">fileinto</str></control><crlf/><control name="require"><str type="quoted">imap4flags</str></control><crlf/><crlf/><comment type="hash">SCRIPTNAME: Script part 0</comment><comment type="hash"> Sieve filter</comment><comment type="hash"> Declare the extensions used by this script.</comment><comment/><comment type="hash"> Messages bigger than 100K will be rejected with an error message</comment><comment/><control name="foreverypart"><tag>name</tag><str type="quoted">foo</str><block><crlf/><control name="if"><test name="size"><tag>over</tag><num quantifier="K">102400</num><crlf/></test><block><crlf/><action name="reject"><str type="multiline">I'm sorry, I do not accept mail over 100kb in size. 0002 Please upload larger files to a server and send me a link. 0003 Thanks.</str></action><crlf/><crlf/></block></control><control name="elsif"><test name="address"><tag>all</tag><tag>is</tag><list><str type="quoted">From</str><str type="quoted">To</str></list><str type="quoted">mailinglist@blafasel.invalid</str><crlf/></test><block><crlf/><action name="fileinto"><str type="quoted">INBOX.mailinglist</str></action><crlf/></block></control><control name="elsif"><test name="anyof"><testlist><test name="not"><test name="address"><tag>all</tag><tag>contains</tag><list><str type="quoted">To</str><str type="quoted">Cc</str><str type="quoted">Bcc</str></list><str type="quoted">me@blafasel.invalid</str><crlf/></test></test><test name="header"><tag>matches</tag><str type="quoted">Subject</str><list><str type="quoted">*money*</str><str type="quoted">*Viagra*</str></list><crlf/></test></testlist></test><crlf/><block><crlf/><action name="fileinto"><str type="quoted">INBOX.spam</str></action><crlf/><control name="break"/><crlf/></block></control><control name="else"><block><crlf/><action name="keep"/><crlf/></block></control><crlf/></block></control><crlf/></script>