Fulltext results:
- Autoresponder Commands @reference
- different responses based on the incoming message subject. You can specify them as: * **[Section: <subject text>]** * **[Default]** * **[All]** If no section... defined, then **[All]** is assumed. **[Section: <subject text>]** sections will be sent if the subject of the incoming message contains the <subject text> (case in
- Autoresponder Global Scripting @reference
- reply-to address to use in the autoresponse * Subject - the subject replacement for the autoresponse (cannot be used with SubjectPrefix) * SubjectPrefix - text to prefix to the original subject for the autoresponse (cannot be used w
- Autoresponder scripting @reference
- email address * **OrigSubject** - the original subject * **Date, LongDate, ShortDate, Time, TimeNoSecs... en called, the //Keep, CheckLog, Sender, ReplyTo, Subject, SubjectPrefix, AppendMsg, To, CopyTo// and //Attachments// fields of the Autoresponder defined in the Lua... reply-to address to use in the autoresponse * **Subject** - the subject replacement for the autoresponse
- Autoresponder @reference
- revent "autoresponder loops") * **Autoresponder Subject Prefix/Subject** - this indicates modifications to the original message subject. If you choose **Subject Prefix** then the specified text will be prepended to the start of the original s
- Find a message @reference
- ======Find a message====== If you know the subject of a message, you can search the entire message store for messages with this subject. Go to Settings → Database → Query Alternativel... n, type <code> SELECT messagetime, internaltime, subject, fromaddr, fromname, tolist, attachments, spam, s... INNER JOIN users.users ON userid=usernumber WHERE subject ilike '%<subject to search for>%'; </code> Repla
- Settings -> Attachment Processing @reference
- <**Header field**>: <**Data to match**>''. e.g. ''Subject: Annual accounts''.\\ You may either use wildcard... or the **Data to match** part of the rule. e.g. ''Subject: Annual accounts for*'', or ''Subject: /Annual accounts for (Your main business|Your other business)/i'' ... l be replaced by a dynamic value, such as: * **%subject%** - //The message subject, but with some charact
- ListServer Commands @reference
- on the particular mailing list's settings. =====Subject Commands===== These commands can be sent in the message subject. If these are used, then the remainder of the mes... scribe=== (Can be abbreviated to **sub**) Send a subject of **subscribe listname**. For example Subject: subscribe offers-list n.b. Use the //list name//, not
- Outgoing Message Scripting @reference
- ge(AuthenticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, FileLength, Priority, Headers, ... message was created - as ''YYYYMMDDHHMMSS''. * Subject - The subject of the message. * SenderIPAddress - The IP address of the message sender (if generated fro... ge(AuthenticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, FileLength, Priority, Headers)
- How to write your own spam filter rules @how_to
- something like: <code> BulkScan Score [MyTests] Subject "subject words" 100 Body "this is a message body phrase to check for" 100 AnyText "this is something to check for in the subject OR body" 100 EndBulkScan </code> If you just hav... th " quotes. eg <code> BulkScan Score [MyTests] Subject /subject\s+words/i 100 Body /this\s+is\s+a\s+mess
- Users.Autoresponders table @reference
- the autoresponse's reply-to address should be * subject - text indicating what the autoresponse's subject should be (blank to use the original message's subject) * subjectprefix - text indicating a prefix to add to the start of the autoresponse's subject if the sub
- SMTP Server Lua Scripting @reference
- ssMessage()===== ''ProcessMessage("<mailfrom>", "<subject>", <recipient list>, <current actions>, <message ... * <mailfrom> is the SMTP 'MAIL FROM' address * <subject> is the message subject line * <recipient list> is a table containing a list of the recipient email addr... ", "<Authenticated Sender>", "<Sender Address>", "Subject", <locally sent>, <message size>'' This function
- German Webmail Language Page @how_to
- itlefrom=From v4gridtitleto=To v4gridtitlesubject=Subject v4gridtitledate=Date v4gridtitlesize=Size v4gridt... d=This message has not been read v4msghdrsubject=Subject v4msghdrfrom=From v4msghdrto=To v4msghdrcc=Cc v4i... m: (blank=default) v4settingsautorespondersubject=Subject: (blank=default) v4settingsautorespondervalid=Val... bcc=Bcc v4postto=To v4postfrom=From v4postsubject=Subject v4postcitereplyall=At %1:%2 %3/%4/%5, %6 wrote:\n
- French Webmail Language File @how_to
- itlefrom=From v4gridtitleto=To v4gridtitlesubject=Subject v4gridtitledate=Date v4gridtitlesize=Size v4gridt... d=This message has not been read v4msghdrsubject=Subject v4msghdrfrom=From v4msghdrto=To v4msghdrcc=Cc v4i... m: (blank=default) v4settingsautorespondersubject=Subject: (blank=default) v4settingsautorespondervalid=Val... bcc=Bcc v4postto=To v4postfrom=From v4postsubject=Subject v4postcitereplyall=At %1:%2 %3/%4/%5, %6 wrote:\n
- Monitor Scripting @reference
- Out(sender, authenticated_sender, recipient_list, subject) or MonitorInternal(sender, recipient_list, subject) or MonitorIncoming(sender, recipient_list, subject) * **recipient_list** is a list of target email a... Out(sender, authenticated_sender, recipient_list, subject, size, attachments, ToRecipients, CcRecipients, B
- Attachment Extraction Scripting @reference
- hment it calls Extract(attachmentname, sender, subject, copy, targetdirectory) * attachmentname - the... * sender - the email address of the sender * subject - the subject of the message * copy - whether the VPOP3 settings indicate that the attachment will be co... ple could be: function Extract(attach, sender, subject, copyatt, attdir) print(attach,sender,subject