* This is the vopmailbeta mailing list *
Note that you can turn the spamflt0.txt file into a Sieve script. I have a utility that does that. You could compile it as a Sieve script (you might need to break it up into two scripts if it generates a very large script). http://www.vircom.com/Downloads/Others/fltconvert.zip Then, you could write an exception and place it in a script positionned before the "spamflt0-sieviefied" script. Note that the spamflt0.txt we have on our website is pretty obsolete ... it's there as an example only at this point. -- Yves Lacombe Vircom Technical Support Anti-SPAM & T4C Support ----- Original Message ----- From: "Suneel Jhangiani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 8:14 AM Subject: [VOPmail Beta] Excluding mailboxes from ModusGate process * This is the vopmailbeta mailing list * Yup, your spot on. Protocol Filtering first, then Sieve Filtering. --- If a turtle doesn't have a shell, is he homeless or naked? (--------------------------------) {(((((( ( Suneel Jhangiani ) /_ _ ) ( Technical Director ) ( . . ) ( Inter-Computer Technology Ltd. ) ( / ) (----------------------------------oOOo------------oOOo----) ( 40 James Street Tel: +44 (0) 20 7486 9601 ) ( London W1U 1EU Fax: +44 (0) 7050 678 978 ) ( United Kingdom Email: [EMAIL PROTECTED] ) ( Website: http://www.inctech.com ) (----------------------------------------------------------) -----Original Message----- From: Michael Pearl [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 14:05 To: [EMAIL PROTECTED] Subject: [VOPmail Beta] Excluding mailboxes from ModusGate process * This is the vopmailbeta mailing list * I'm usng the message protocol filtering with the BIG 'spamflt0.txt' from Vircom. I assume sieve filtering is subsequent to the protocol filtering. If so, I may have to delete or pare down the spamflt0.txt file. Does this make sense? Michael Pearl Aretech Information Services >>> [EMAIL PROTECTED] 4/1/2003 7:44:44 PM >>> * This is the vopmailbeta mailing list * Michael, I'm not sure if someone else already answered this, but if I'm reading what you're wanting you could easily do it with a custom sieve script that looked like this; if envelope :contains "to" "[EMAIL PROTECTED]" { stop; } I'm not sure if ModusGate looks the same as Modus 2 but you'd simply put that in a custom script and make it the first script run. Jesse Chieppa Network Administrator Pacific Online, Inc [EMAIL PROTECTED] www.pon.net 888.287.9766 ----- Original Message ----- From: "Michael Pearl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 31, 2003 12:06 PM Subject: [VOPmail Beta] Excluding mailboxes from ModusGate process * This is the vopmailbeta mailing list * Is it possible to exclude a mailbox (recipient) from ModusGate processing? I have a ModusGate installed that handles 4 domains. One mailbox in the default domain needs to get ALL of the mail sent to it (part of the an online payment process). Michael Pearl Aretech Information Services ** To leave this list, send an email to [EMAIL PROTECTED] and put the word "LEAVE" in the BODY of the email. ** To leave this list, send an email to [EMAIL PROTECTED] and put the word "LEAVE" in the BODY of the email. ** To leave this list, send an email to [EMAIL PROTECTED] and put the word "LEAVE" in the BODY of the email. ** To leave this list, send an email to [EMAIL PROTECTED] and put the word "LEAVE" in the BODY of the email. ** To leave this list, send an email to [EMAIL PROTECTED] and put the word "LEAVE" in the BODY of the email.
