bash script for email rules
#2
i'm having kind of a difficult time reading your script, you seem to be adverse to both indentation and POSIX.

anyway, if this does what i think it does, you don't need to use the rule engine for this, nor do you need an external script or program to generate these candidates. this functionality is all built into plus.

examples,

-a 1 usernames domains -k '^@'
-a 1 usernames domains -j u -k '^@ u'
-a 1 usernames domains -k '^#'
-a 1 usernames domains -j u -k '^# u'
-a 1 usernames domains -k '^~'
-a 1 usernames domains -j u -k '^~ u'


Messages In This Thread
bash script for email rules - by liquiz - 09-02-2013, 06:46 PM
RE: bash script for email rules - by epixoip - 09-02-2013, 07:15 PM
RE: bash script for email rules - by liquiz - 09-02-2013, 07:48 PM
RE: bash script for email rules - by liquiz - 09-02-2013, 10:14 PM
RE: bash script for email rules - by liquiz - 09-02-2013, 10:20 PM
RE: bash script for email rules - by liquiz - 09-07-2013, 12:58 PM