Fulltext results:
- Spam Filter Rules @reference
- ement_foreach|ForEach]] * [[spamrules_statement_getaddresstype|GetAddressType]] * [[spamrules_statement_getdecodedsection|GetDecodedSection]] * [[spamrules_statement_getgeoip|GetGeoIP]] * [[spamrules_statem
- Lua Scripting @reference
- ]] * [[os.setsafety]] * [[os.sleep]] * [[os.getdirectory]] * [[os.timedexecute]] * [[VPOP3.GetSetting]] * [[VPOP3.SetSetting]] * [[VPOP3.ExpandAddress]] * [[VPOP3.GetUserList]] * [[VPOP3.GetUserSetting]] * [[VPOP3.SetUserSetting]] * [[VPOP3Net.GetDNSRecords]]
- Spam Filter Rules: GetSectionMD5 @reference
- ======Spam Filter Rules: GetSectionMD5====== ^Statement |GetSectionMD5 | ^Version |2.3.6+ | ^Purpose |Performs an MD5 hash on a ... e specified variable in hex encoded form | The **GetSectionMD5** statement requires a message section number and variable name, in the format GetSectionMD5 <message section number> <variable name
- Spam Filter Rules: GetDecodedSection @reference
- ======Spam Filter Rules: GetDecodedSection====== ^Statement |GetDecodedSection | ^Version |2.1.11+ | ^Purpose |Returns a specifi... intable encoding of the raw message data | The **GetDecodedSection** statement requires a message section number and variable name, in the format GetDecodedSection <message section number> <variable
- Spam Filter Rules: GetSectionEncoding @reference
- ======Spam Filter Rules: GetSectionEncoding====== ^Statement |GetSectionEncoding | ^Version |2.3.9+ | ^Purpose |Retrieves the MI... s the result into the specified variable | The **GetSectionEncoding** statement requires a message section number and variable name, in the format GetSectionEncoding <message section number> <variable
- Welcome to your new DokuWiki @wiki
- s now up and running. Here are a few more tips to get you started. Enjoy your work with DokuWiki,\\ --... od way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to t... .org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]]. Of course we'd be
- Attachment Processing Script @reference
- be altered: * NeedsRecode * NeedsRewrite * GetRename * GetContentDispositionLine (added in v7.8) * IsLockNeeded * RewriteAttachment ====NeedsR... cript wants to rewrite/rename the attachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterVariables) * type = MIME or UU
- SMTP Server Lua Scripting @reference
- ed after the RBL checks have been performed * **GetMaxMessageSize()** - called at startup, and when the HELO and EHLO commands are received * **GetEHLOCapabilities()** - called when the EHLO comman... a **5xx** or **4xx** result code is given. =====GetMaxMessageSize()===== ''GetMaxMessageSize("<hostname>", <current max size in bytes>)'' This function i
- Signature Script @reference
- v6.7 and later. VPOP3 calls a function called **GetSignature** which should have the following prototype: GetSignature(<format>, <authenticated sender>, <sende... sage subject is also passed to the function: GetSignature(<format>, <authenticated sender>, <sende... tributes for the authenticated sender (if any) GetSignature(<format>, <authenticated sender>, <sende
- Spam Filter Rules: GetAddressType @reference
- ======Spam Filter Rules: GetAddressType====== ^Statement |GetAddressType | ^Version |2.4.6+ | ^Purpose |Analyses a specified ema... and reports what 'type' of address it is | The **GetAddressType** statement requires an email address and variable name, in the format GetAddressType <email address> <variable name> =====
- Spam Filter Rules: GetMD5 @reference
- ======Spam Filter Rules: GetMD5====== ^Statement |GetMD5 | ^Version |2.3.6+ | ^Purpose |Performs an MD5 hash on a string, and re... e specified variable in hex encoded form | The **GetMD5** statement requires a string and variable name, in the format GetMD5 <string> <variable name> =====Example===== Th
- Spam Filter Rules: GetRFC822Date @reference
- ======Spam Filter Rules: GetRFC822Date====== ^Statement |GetRFC822Date | ^Version |2.2.1+ | ^Purpose |Converts an RFC 822 format... r of days elapsed since 1st January 1601 | The **GetRFC822Date** statement requires a date in RFC 822 format and a variable name, in the format GetRFC822Date <date> <variable name> The result is
- Spam Filter Rules: GetUserGroup @reference
- ======Spam Filter Rules: GetUserGroup====== ^Statement |GetUserGroup | ^Version |2.4.5+ | ^Purpose |Checks if the specified user... VPOP3 group, and returns the group name | The **GetUserGroup** statement requires a username and variable name, in the format GetUserGroup <username> <variable name> If the user
- VPOP3.GetMessages Lua function @reference
- ======VPOP3.GetMessages Lua function====== The [[management scripting|Lua management]] function 'VPOP3.GetMessages' retrieves a table containing all the mail messages in a specified folder. VPOP3.GetFolders(username, folder); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.
- Spam Filter Rules: ForEach @reference
- MimeSection** loop with the [[spamrules_statement_getdecodedsection|GetDecodedSection]] statement as in the following example, which loops through the MIME ... tests if the section is a text type. If it is, it gets the section contents into the ${SectionText} var... != "" IfMatch ${SectionType} "/^text\//i" GetDecodedSection ${SectionId} SectionText IfMatc
- Error message after sending RCPTTO: - error 0 - text 550 5.7.1 Relaying not allowed! Bad sender IP address @how_to
- Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference