Fulltext results:
- Spam Filter Rules: ForEach
- either two or three parameters (depending on the type of loop that is being conducted), in the format ForEach <loop type> <data> <loop variable name> On each pass throug... ts must be followed by an **EndFor** statement ^ Type ^ Description ^ Data ^ Version ^ ^Addr |Finds ea... as\\ ''<section number>:<IMAP4 section ID>:<MIME type>:<section size>:<number of lines>:<attachment nam
- Attachment Processing Script
- ttachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterVariables) * type = MIME or UUENCODE * returns two values, the f... t is the new filename, the second is the new MIME type (eg 'text/plain', 'image/jpeg', etc) ====GetCont... ntDispositionLine(originalContentDispositionLine, type, attachmentName, rewriteSection, MIMEtype, filter
- Spam Filter Rules: AddBag
- necessary | The **AddBag** statement requires a type, bag name and value, in the format AddBag <type> <bag name> <value> *<type> may be either 'unique' or 'multi' *If <type> is 'unique', then 'value' will only be added to 'bag' i
- Spam Filter Rules: DBInsert
- database | The **DBInsert** statement requires a type, component name, key and value, in the format DBInsert <type> <component name> <key> <value> * <type> may be either 'unique' or 'multi' * If <type> is 'unique', then the record will only be created if t
- SMTP Server Lua Scripting
- ction * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype str... f the attachment * MIMEType string - the MIME type of the attachment * Size number - the size of the attachment * Type string - the type of attachment (MIME, UUE, BINHEX, MIMEUUE, MIMEBINHEX, TNEF) In <actions>, 'Delete'
- POP3 Client Lua Scripting
- ction * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype str... f the attachment * MIMEType string - the MIME type of the attachment * Size number - the size of the attachment * Type string - the type of attachment (MIME, UUE, BINHEX, MIMEUUE, MIMEBINHEX, TNEF) This function should re
- Spam Filter Rules: CopyBag
- mat AddBag <operator> <from bag> <to bag> * <type> may be either 'overwrite', 'add', 'subtract' * If <type> is 'overwrite', then the 'from bag' is copied exactly to the 'to bag' * If <type> is 'add', then entries in the 'from bag' are add... the 'to bag' if they aren't already there * If <type> is 'subtract', then entries in the 'from bag' ar
- Error Handling Scripting
- nt or sender ProcessMessage3(<component>, <id>, <type>, <severity>, <error>, <connect_error>, <title_id... id of the component (eg which Mail Collector) * type - number indicating the type of the message * severity - number indicating the severity of the messag... n would be: function ProcessMessage3(comp, id, type, sev, error, connectError, titleId, title, format
- Status
- somewhere they shouldn't be, etc. * **Session Type** - this shows the type of session, eg SMTP Server, IMAP4 Server etc. There may be a number in parenthe... file entries. The session IDs increment for each type of session separately, so can give an idea of how... st immediately. ====Possible Data==== ===Session Type=== * //Minger Server// - [[wp>Minger_Email_Addr
- Spam Filter Rules: DNS
- fied variable | The **DNS** statement requires a type, hostname and variable name, in the format DNS <type> <hostname> <variable name> The result variabl... rticular DNS query), in the form: <hostname>":"<type>":"<result> Each result will be separated from t
- Signature Script
- e example would be: <code> function GetSignature(Type, AuthSender, Sender) if string.find(Sender, "@domain1%.com$") then if Type == "PLAIN" then return "This is the signature ... f string.find(Sender, "@domain2%.com$") then if Type == "PLAIN" then return "This is the signature
- Mappings
- ot to be handled by VPOP3]] for more details. ===Type=== The Type setting lets you limit when the Mapping applies. You can choose: - **Always** - the Alw... plies to incoming POP3 mail ===In Mail=== If the Type is set to POP3, then this tells VPOP3 which Mail
- SMTPStats.SMTPClientFailures table
- ate & time the event occurred * errortype - the type of event (see below) * errordetails - data relating to the type of event * ignore - if the event has been ignor... ===ErrorType=== The ErrorType value indicates the type of SMTP event as below: * 0 = authentication f
- Monitor Scripting
- f the attachment * MIMEType string - the MIME type of the attachment * Size number - the size of the attachment * Type string - the type of attachment (MIME, UUE, BINHEX, MIMEUUE, MIMEBINHEX, TNEF) * **ToRecipients** is
- Running database updates within a transaction
- at it's not uncommon for people to just forget to type the 'WHERE id=27' part, and manage to delete all ... ou know you have just deleted one row, so you can type ''COMMIT;'' to commit the transaction. However, i... ren't doing this in a transaction, you can simply type ''ROLLBACK;'' to undo what you have just done. A