Warning, /pim/libksieve/src/ksievecore/scriptsparsing/autotests/data/address-with-default-all-parameter-ref.siv is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?><script><comment type="hash"> Sieve filter</comment><crlf/><comment type="hash"> Declare the extensions used by this script.</comment><comment/><control name="require"><list><str type="quoted">fileinto</str><str type="quoted">reject</str></list></control><crlf/><crlf/><comment type="hash"> Messages bigger than 100K will be rejected with an error message</comment><comment/><control name="if"><test name="size"><tag>over</tag><num quantifier="K">102400</num></test><block><crlf/><action name="reject"><str type="quoted">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/></block></control><crlf/><crlf/><comment type="hash"> Mails from a mailing list will be put into the folder &quot;mailinglist&quot; </comment><comment/><control name="elsif"><test name="address"><tag>is</tag><list><str type="quoted">From</str><str type="quoted">To</str></list><str type="quoted">mailinglist@blafasel.invalid</str></test><block><crlf/><action name="fileinto"><str type="quoted">INBOX.mailinglist</str></action><crlf/></block></control><crlf/><crlf/><comment type="hash"> Spam Rule: Message does not contain my address in To, CC or Bcc</comment><comment type="hash"> header, or subject is something with &quot;money&quot; or &quot;Viagra&quot;.</comment><comment/><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></test></test><crlf/><test name="header"><tag>matches</tag><str type="quoted">Subject</str><list><str type="quoted">*money*</str><str type="quoted">*Viagra*</str></list></test></testlist></test><block><crlf/><action name="fileinto"><str type="quoted">INBOX.spam</str></action><crlf/></block></control><crlf/><crlf/><comment type="hash"> Keep the rest.</comment><comment type="hash"> This is not necessary because there is a &quot;implicit keep&quot; Rule</comment><comment/><control name="else"><block><crlf/><action name="keep"/><crlf/></block></control><crlf/></script>