From: <dan...@pr...> - 2018-08-09 11:33:59
|
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On August 9, 2018 12:27 PM, Ralph Corderoy <ra...@in...> wrote: > Hi Daniel, > > > --mda "/bin/sh -c 'cat > /mnt/partage_local/DATA/MAIL/principale-fetchmail/DRAFT/new/$(date +%''s_%N)'" > > This is wrong. The $() is expanded once by your shell before fetchmail > is run because it's in a ""-quoted string. Put a backslash before > the `$'. > > ---------------------------------------------------------------------------------------------------------------------------------------------------- > > Cheers, Ralph. > https://plus.google.com/+RalphCorderoy My highest of fives to you, good sir ! |