Fulltext results:
- Copy SMTP Rules - Database Query
- n CREATE OR REPLACE FUNCTION copysmtprules(fromid integer,toid integer) RETURNS integer AS $$ DECLARE rl RECORD; newruleid INTEGER; cnt INTEGER := 0; BEGIN FOR rl... N SELECT * FROM rules.smtprules WHERE service=fromid ORDER BY ruleid LOOP INSERT INTO rules.smtp
- Error Handling Scripting
- ecipient or sender ProcessMessage3(<component>, <id>, <type>, <severity>, <error>, <connect_error>, <title_id>, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating which com... the message (eg Mail Collector, Mail Sender) * id - number indicating the id of the component (eg w
- Misc -> Advanced Tab
- VPOP3 will reply to the sender telling them it did not understand the message in these cases. If you... it has downloaded by remembering the UIDs (Unique ID) of the messages it has downloaded. If VPOP3 sees a UID which it has not seen before, then that message will be downloaded, and if it sees a UID which it has seen before, the message will be ign
- Autoresponder Global Scripting
- this is a table with the following fields: * ID - the numeric ID of the autoresponder * OwnerID - the numeric ID of the autoresponder's owner * Name - the name of the autoresponder * Text -
- SMTP Server Lua Scripting
- received * **DoMAILFROM()** - called when a valid MAIL FROM command is received * **DoRCPTTO()** - called when a valid RCPT TO command is received * **DoDATAStart()** - called when VPOP3 receives a valid DATA command * **DoUnrecognised()** - called wh... te address list ===V6.5 and later=== * **ServerID** - (IN) - number - ID of SMTP Service in VPOP3
- Reset Message Folder Counts
- op3pass') Then, type with ff as (select folderid,count(msgid) as cnt, coalesce(sum(length(msgdata)),0) as totsize, sum(case when newflag then 1 els... unt(case when read and not hold then null else msgid end) as unreadcnt, sum(case when hold then 1 e... messages inner join messages.msgdata using(msgdataid)) using(folderid) where deletedtime is null gr
- Users.AutoresponderConditions table
- dding a new condition. =====Columns===== * condid - numeric ID of the autoresponder condition (primary key) * autoresponderid - numeric ID of the [[users autoresponders|autoresponder]] this condition is linked to * name - tex
- Autoresponder Commands
- g in the user's autoresponder settings. * **<Valid:**date spec**>** - this specifies that the autore... cified dates. See below for more details The <Valid:> command supports date restrictions to indicate ... You can specify multiple restrictions in one <Valid> command, separated by commas. * Date - the da... and it will work between the two dates, eg **<Valid:1/2/2010-10/2/2010>** to make the autoresponder w
- Quarantine tab
- [Webmail tabs|General tab bar]] | ^ [[#Message grid|Grid of quarantined messages]] ^ | [[Webmail status bar|Status bar]] | {{:reference:vpop3v5_quaran... iew messages for a particular date ====Message grid==== The grid containing fields: Selection, **From**, **Subject**, **Date**, **Score**, **Size**. By d
- POP3 Mail Collection
- ender, recipient, subject, sent date, and message-id it will skip the duplicates ===Notes:=== ==(1) M... on. Like other mail software, VPOP3 uses the ''UID'' values of messages to determine whether the messages have been downloaded before. ''UID''s are set by the remote POP3 server. There are ... ause problems: - if the remote server reuses ''UID''s too quickly, you may get missed messages. For
- LAN Forwarding Scripting
- * check mode = * mail collector = the numeric ID of the Mail Collector the message came from (or -... et recipient, mail collector, target server, rule id, rule comment, run extra data) * return path =... arding rewriting * mail collector = the numeric ID of the Mail Collector the message came from (or -... = the target server details (see below) * rule id = the numeric LAN Forwarding Rule ID which matche
- Import Users From File
- label ^Description ^Accepted values ^ |**User Id** |The username |Any text | |**Password** |Th... resses with this address, in outgoing mail |A valid email address | |**Assistant** |The assistant's email address |A valid email address/username | |**Send Only To Assista... ally forward incoming mail to this address |A valid email address/username | |**Use Forwarding** |W
- Spam Filter Rules: ForEach
- presented as\\ ''<section number>:<IMAP4 section ID>:<MIME type>:<section size>:<number of lines>:<at... umber 0 is the message header). The IMAP4 section ID shows any nesting of the section within any MIME ... that the header is not tested (the IMAP4 section ID of the message header is blank). Then, it tests i... ):([\d\. ]*):(.*?):(\d+):(\d+):(.*)$/" ${SectionId} = ${1} If ${2} != "" IfMatch ${SectionType}
- Find a message
- llmessages INNER JOIN foldermessages fm USING (msgid) INNER JOIN folders f ON f.folderid=fm.folderid INNER JOIN users.users ON userid=usernumber WHERE subject ilike '%<subject to search for>%'; </code>
- Lua SMTP Relay Control
- riables set at the start of the script: * senderid - this is the numeric message sender configuration id (starting at 0) * sendername - this is the name... a, headerlines) if size > 50000 then if senderid ~= 0 then actions["SkipSend"] = 1; end; else if senderid ~= 1 then actions["SkipSend"] = 1; end; end