Fulltext results:
- Outgoing Message Scripting
- function signature is: **NewMessage(AuthenticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, FileLength, Priority, Headers, Message, HoldSeconds, DeleteAfterSeconds)** * AuthenticatedSender - The VPOP3 username of the user who authenticate... blank). * ReturnPath - The email address of the sender (strictly speaking, the SMTP return path/MAIL FRO
- Mail Sender Advanced Settings
- ======Mail Sender Advanced Settings====== [[Mail Connectors]] -> [[Mail Senders]] -> (name) -> Advanced =====Advanced===== ====... er, see [[http://www.pscs.co.uk/manual/index.html?sender_domain_filtering.html|the Domain Filtering sectio... trict which email messages are sent via this Mail Sender. You specify each rule on a separate line, and t
- SMTP Server Lua Scripting
- ser** - (IN) - string - username of authenticated sender (using SMTP or POP3-then-SMTP authentication) *... ser** - (IN) - string - username of authenticated sender (using SMTP authentication only) * **ForceDisco... <mailfrom>", <parameters>, "<SPF Result>", "<Auth Sender>") This function is called by VPOP3 when it rece... Recipients>, <Cc Recipients>, <Bcc Recipients>, "<Sender IP Address>", "<Authenticated Sender>", "<Sender
- Signature Script
- ototype: GetSignature(<format>, <authenticated sender>, <sender email address>) (where '<format>' is either "HTML" or "PLAIN") In v6.7+, the message subjec... ction: GetSignature(<format>, <authenticated sender>, <sender email address>, <subject>) In v6.9+, a table is passed containing the LDAP attributes for th
- User Delivery Script
- * Originator - the email address of the message sender * Filename - the temporary name of the file con... header modifiers (table of strings) * ForwardingSenderAddress - the sender address for any forwards * ForwardingSenderText - the text name of the sender for any forwards * Quar
- Error Handling Scripting
- so change the message subject, text, recipient or sender ProcessMessage3(<component>, <id>, <type>, <seve... d>, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating which compon... nt generated the message (eg Mail Collector, Mail Sender) * id - number indicating the id of the compone... body * target - email address of the target * sender - email address of the sender The function shou
- Lua SMTP Relay Control
- bal variables set at the start of the script: * senderid - this is the numeric message sender configuration id (starting at 0) * sendername - this is the name you gave to the message sender configuration in VPOP3 In VPOP3 5 and later, there
- SMTP Reputation Stats
- tering service) then you can tell VPOP3 to report sender reputation statistics back to VPOP3. This is enab... lity. Large mail server providers already perform sender reputation monitoring, but standalone copies of V... ormation we should be able to determine whether a sender IP address is reputable or not. The information ... we can ignore data from this copy of VPOP3). - sender IP address - failed/successful login attempts (
- ListServer Commands
- not the email address of the list This adds the sender email address to the specified mailing list. This... then a message will be sent back to the original sender to confirm the subscription. ===Unsubscribe=== (... sts managed by this ListServer. This removes the sender email address from the specified mailing list. If... then a message will be sent back to the original sender to confirm the unsubscription. =====Message Bod
- POP3 Mail Collection
- s session** and if it sees messages with the same sender, recipient, subject, sent date, and message-id it... ather than the main administrator * **Bounce to sender and don't keep local copy** - this sends a message back to the original sender, and discards the message * **Ignore** - the pr... extra options * **Send a bounce message to the sender** - if this is checked, then a bounce message wil
- Monitor Scripting
- -> Message Monitoring). VPOP3 calls MonitorOut(sender, authenticated_sender, recipient_list, subject) or MonitorInternal(sender, recipient_list, subject) or MonitorIncoming(sender, recipient_list, subject) * **recipient_list** i
- Spamfilter Quarantine Viewer
- n received date, time, user (original recipient), sender, subject and maximum size. The **Sender** and **Subject** searches are simple substring searches, you can... kely to be caught as spam in the future * **Add sender to whitelist** - this will make VPOP3 add the sender of the message (the detected sender is displayed) to
- Autoresponder
- n sending the automatic response. If the original sender replies to the automatic response, their reply wi... blank the automatic reply will go to the original sender * **Send response to original sender** - if this is checked, the reply will go to the original sender (as well as any other addresses specified, if any
- User Routing Script
- if spam processing is disabled, for instance) * Sender - the email address of the message sender * User - the username of the user being processed * Subject... om any *@localdomain.com addresses if string.find(Sender, "@localdomain%.com$") then ShouldForward = false; end </code> ====If the sender is user@domain.com forward to person@mycompany.co
- Spamrules example - increase spam score for long sender domain
- =Spamrules example - increase spam score for long sender domain====== This script is for the case where y... ou to increase the spamminess of emails where the sender's email address contains a long domain. In this case we'll say if the sender's domain has 20 or more characters in the first s... sing of locally sent messages) DefineRule "LongSenderDomain" 1 "Rule to add score for long sender domai