Hi, Does anybody knows SIEVE SCRIPT? Trying to generate an AUTO-REPLY to certain email ID's, but directly from the Server itself which users sieve scripting.
the code generated for now is as follows:- -- if allof(header :contains ["From"] ["@AAA", "@BBB", "@CCC"], header :contains ["X-Delivered-to"] ["[email protected]"]) { vacation :addresses [ "[email protected]" ] :days 1 "Sorry, you are sending messages to the wrong email id. Please send to [email protected]."; } -- what i need to do is generate an AUTO-REPLY (directly from the server) to certain domains or full email id's which are sent to ""[email protected]"" with a message "Sorry, you are sending messages to the wrong email id. Please send to "[email protected]." it's only the chosen full email id's or domain who will get this AUTO-REPLY and not all the emails who send messages to ""[email protected]"". by the above code, what happens is only if "[email protected]" is addressed to "TO" field the auto reply gets activated and if it is addressed to the "BCC" or "CC" field it does not. so "X-Delivered-to" is the same as "To". This I am trying to do on the server itself, but is there a way that i can do this on TB using immediate send function of something like that? Look forward to your assistance. thanks -- Vernon ________________________________________________ Current version is 4.2.23 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

