Re: Using a date in a bcc map

2017-09-08 Thread @lbutlr
On 08 Sep 2017, at 09:53, Wietse Venema wrote: > CONFIGURATION PARAMETERS > Changes to main.cf are picked up automatically, as cleanup(8) processes > run for only a limited amount of time. Use the command "postfix reload" > to speed up a change. Right, I

Re: Using a date in a bcc map

2017-09-08 Thread Wietse Venema
LuKreme: > On Sep 8, 2017, at 05:30, Ralf Hildebrandt wrote: > >=20 > > Try creating the recipient_bcc.pcre using a script, and let the scipt > > insert the date. > > So recipient_bcc.pcre is not simply loaded at startup? Is it read each time (= > seems unlikely) or simply

Re: Using a date in a bcc map

2017-09-08 Thread LuKreme
On Sep 8, 2017, at 05:30, Ralf Hildebrandt wrote: > > Try creating the recipient_bcc.pcre using a script, and let the scipt > insert the date. So recipient_bcc.pcre is not simply loaded at startup? Is it read each time (seems unlikely) or simply periodically refreshed, or does my

Re: Using a date in a bcc map

2017-09-08 Thread Ralf Hildebrandt
* @lbutlr : > [This message bounced because the words "c h a n g e" and "a d d r e s s" > were on the same line.] > > I currently have recipient_bcc.pcre: > > if !/backup.*@/ > /^([^+_]*).*@(.*)/ backup+${1}.${2}@localdomain.tld > endif > > I would like to change > this

Using a date in a bcc map

2017-09-07 Thread
[This message bounced because the words "c h a n g e" and "a d d r e s s" were on the same line.] I currently have recipient_bcc.pcre: if !/backup.*@/ /^([^+_]*).*@(.*)/ backup+${1}.${2}@localdomain.tld endif I would like to change this to add a date field to the backup address. (I am