Fulltext results:
- ListServer Commands
- *) Send a subject of **subscribe listname**. For example Subject: subscribe offers-list n.b. Use the /... Send a subject of **unsubscribe listname**. For example Subject: unsubscribe offers-list n.b. Use the... ted to **sub**) Send **subscribe listname**. For example subscribe offers-list n.b. Use the //list nam... ed to **uns**) Use **unsubscribe listname**. For example unsubscribe offers-list or **unsubscribe list
- Mail Connectors -> Mail Senders -> SMTP Direct
- ts to send a message to a recipient, eg //someone@example.com//, it first does a DNS lookup for **MX** records for //example.com//. Those MX records will indicate the **name*... For instance, the DNS lookup may return: * mail.example.com - priority 10 * mx2.example.com - priority 20 In this case, the sending mail server will then res
- Spam Filter Rules: ForEach
- |::: |2.1.7+ | =====Examples===== The following example loops through each URL found in the message, and ... the log file for each URL </code> The following example loops through each email address found in the 'Re... ist] Break EndIf EndFor </code> The following example loops through all of the header lines of the mess... # Statements EndIf EndFor </code> The following example loops through all of the recipients of any locall
- Spam Filter Rules: IfMatch
- ed to be a valid match if this option is set. For example, without this option set, a match of a?b? will al... instead of the default mode of greedy. | =====Example===== This following example will perform a case insensitive regular expression search of the Subject line ... ct "/.*hello.*/i" # Statements EndIf </code> The example above does not need a regular expression and coul
- Spamfilter White/Blacklists
- o, for instance, these are valid entries * name@example.com * *@example.com * fred.*@example.com * /^fred\.[a-z+]@example\.com/i ====Word entries==== When you are adding whitelist or blacklist word
- Spam Filter Rules: GetAddressType
- nvalid |An unrecognised local recipient | =====Example===== The following example will analyse the 'user@example.com' address and return an address type code into the ${addrType} variable <code> GetAddressType "user@example.com" addrType </code>
- Settings -> Local Mail -> General
- d by a semi-colon (**'';''**).\\ e.g. ''**domain1.example.com;domain2.example.com;domain3.example.com**'' The **Local Domains** box will also support individual email addresses, if yo
- Spam Filter Rules: AddBag
- then 'value' will always be added to 'bag' =====Example===== The following example demonstrates the 'unique' method of adding a value to a bag <code> ${myvalue} =... ns the values "a" and "b" </code> The following example demonstrates the 'multi' method of adding a value
- Spam Filter Rules: ZipCount
- o the number of files in the ZIP attachment =====Example===== The following example will iterate through the MIME sections and get the ZIP file content count into
- Spam Filter Rules: Comments
- end of a line. =====Examples===== The following example demonstrates valid uses of comments <code> ${Appl... the next line ${Pears} = 2 </code> The following example shows an invalid use of comments <code> ${Apples}
- Spam Filter Rules: HTTPGetMD5
- e of the website, the headers may be empty =====Example===== The following example will retrieve the webpage <nowiki>"http://www.pscs.co.uk"</nowiki>, return the
- Spam Filter Rules: HTTPPost
- lt in text web pages, not binary downloads =====Example===== The following example will post the data 'test=1&data=something' to the webpage <nowiki>"http://www.p
- Spam Filter Rules: GetMD5
- he format GetMD5 <string> <variable name> =====Example===== The following example will take "hello " plus the contents of the **${myvar}** variable, perform an M
- Attachment Extraction Scripting
- dard expansions for the extraction directory) ===Example=== A simple example could be: function Extract(attach, sender, subject, copyatt, attdir) print(atta
- Spam Filter Rules: DNSBL
- being called, to improve script efficiency =====Example===== The following example returns the result of the DNS blacklist lookup into the ${dnsresult} variable,