Page 1 of 1

RFE : several exclusive sender

PostPosted: Tue Jul 21, 2009 9:29 pm
by guillcote
Two thing that I would find usefull

be able to specify a list of exclusive sender :

sales@myisp.com, tech@myisp.com

To be able to have a full domain as a exclusive sender :

*@myisp.com

Thanks

PostPosted: Tue Jul 21, 2009 9:53 pm
by josh
for the list, do it like this:

sales@example.com|tech@example.com

(note the "pipe" character: | and that there are no spaces)

for the domain, just put:

@example.com

The list will have a total number of characters limitation, but I think it's 255.

You can get fancier than these examples if you know regular expressions -- the text you put in is evaluated as a regular expression.

http://en.wikipedia.org/wiki/Regular_expression