Data Leung writes:

But I got the other question :
 
After I run authenumerate_start , there willing auto_generate the index file like this : [EMAIL PROTECTED]  505     505     /home/vmail/domains     test.com/julie.lee/ <URL:mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] 505     505     /home/vmail/domains     test.com/apple.lee/
 
Is there anyway OR a scripts could " Auto replace " <URL:mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] ?   I known that's a bit crazy , but that's inconvenients for administrator to replace hundred mailbox one by one .

This is what shell scripts or Perl scripts are for.

Write a script to post-process the output of authenumerate, in whatever manner you wish.

Something like:

perl -p -e 's/([^\s]+)[EMAIL PROTECTED]/$n=$1; $n =~ tr%.%_%; $n/e'

Attachment: pgpXGiQjE0xWt.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to