Fulltext results:
- Spam Filter Rules: GetAddressType @reference
- ======Spam Filter Rules: GetAddressType====== ^Statement |GetAddressType | ^Version |2.4.6+ | ^Purpose |Analyses a specified email address and reports what 'type' of address it is | The **GetAddressType** statement requires an email address and variable name, in t
- Attachment Processing Script @reference
- e==== function NeedsRewrite(attachmentname, MIMEtype, filtervariables) Called when VPOP3 is about to ... ttachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterVariables) * type = MIME or UUENCODE * returns two values, the first is the new filename,
- POP3 Client Lua Scripting @reference
- AP style path to the message section * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype string - the content subtype (eg 'html', 'plain', 'gif', etc) * ContentTypeFilename string - the fi
- SMTP Server Lua Scripting @reference
- AP style path to the message section * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype string - the content subtype (eg 'html', 'plain', 'gif', etc) * ContentTypeFilename string - the fi
- Spam Filter Rules: ForEach @reference
- 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
- French Webmail Language File @how_to
- settingsmarkreadtimer2=seconds v4settingspasswordtype=Password Type v4settingsoldpassword=Current Password v4settingsnewpassword=New Password v4settingsconfi... veshares=Apply v4closeshares=Apply & Close v4sharetype=Type v4sharename=Name v4sharepermissions=Rights v4sharepreset=Preset v4nogroup=<No group> v4addressbo
- How to move messages between users @how_to
- 3 vpop3** (default password is **vpop3pass**) - Type **SELECT * FROM users.users;** - find the source ... all existing folders for the target user: - type **DELETE FROM messages.folders where userid=//<targetuser>//;** - type **UPDATE messages.folders SET userid=//<targetuse... he moved folders "moved_<original name>": - type **UPDATE messages.folders SET userid=//<targetuse
- SMTPStats.SMTPClientFailures table @reference
- ime - the date & 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... ss has been removed from the block list) ===ErrorType=== The ErrorType value indicates the type of SMTP
- UserRuleUpdate Replacement @mailapi
- s - inserted/deleted/updated * name * all * type This inserts/updates/deletes the specified messa... rn value is an XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" sid="old id" tid="old id"> ==For deleted== <action type="delete" sid="id" tid="id"> ==For updated== <act
- UserRuleUpdate Replacement @adminapi
- s - inserted/deleted/updated * name * all * type This inserts/updates/deletes the specified messa... rn value is an XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" sid="old id" tid="old id"> ==For deleted== <action type="delete" sid="id" tid="id"> ==For updated== <act
- UserRuleActionUpdate Replacement @adminapi
- ativeeditor_status - inserted/deleted/updated * type * data This inserts/updates/deletes the specif... rn value is an XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" sid="old id" tid="old id"> ==For deleted== <action type="delete" sid="id" tid="id"> ==For updated== <act
- UserRuleActionUpdate Replacement @mailapi
- ativeeditor_status - inserted/deleted/updated * type * data This inserts/updates/deletes the specif... rn value is an XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" sid="old id" tid="old id"> ==For deleted== <action type="delete" sid="id" tid="id"> ==For updated== <act
- German Webmail Language Page @how_to
- settingsmarkreadtimer2=seconds v4settingspasswordtype=Password Type v4settingsoldpassword=Current Password v4settingsnewpassword=New Password v4settingsconfi... veshares=Apply v4closeshares=Apply & Close v4sharetype=Type v4sharename=Name v4sharepermissions=Rights v4sharepreset=Preset v4nogroup=<No group> v4addressbo
- Spam Filter Rules: DBInsert @reference
- 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
- Spam Filter Rules: AddBag @reference
- 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
- Database query to make LAN Forwarding immediately attempt to dequeue all pending messages @reference