In article <[EMAIL PROTECTED]>, Jinhyok Heo wrote: > Well, is there any reason for limiting matching scope of 'to' only to > the envelope recipient address?
Yes, the header To: is completely unreliable. Anyone can put anything in there and still get the message to you. The same applies to From:, which is why TMDA uses the envelope sender for 'from' matching. > In case of me, it will be more convenient if 'to' matches more > loosely. You can use "headers "^To: ..." to match To:. The less-convenient syntax reminds you that it's unreliable. Ed _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
