From: Ralph C. <ra...@in...> - 2018-08-09 11:44:41
|
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 |