Error with email address

Support for Ubuntu and other Desktop Linux distributions
Post Reply
konan8965
Posts: 1
Joined: 03 Dec 2017, 09:47

Error with email address

Post by konan8965 »

Hi,
I have a scritp with filebot that cron launch every hour from 9 to 18, at the end of execution the script send me an email but every time find 2 emails, one with the detail of the execution and another with a DNS error because the script try to send the email to pi@raspberry instead of my email address

this is the script

Code: Select all

filebot -script fn:amc --output "/mnt/plexstorage/" --action move "/mnt/plexstorage/toProces" -non-strict  --log-file amc.log --db TheTVDB -r -no-xattr --conflict auto --def maxAgeDays=30 --def seriesFormat="TV Show/{n}/Season {s}/{n} - {s00e00} - {t}" --def movieFormat="/Movies/{n} [{y}, {genres[0]}, {rating}]" --def subtitles=it --def plex=myip:mytoket --def [email protected]:mypasswordforapp --def reportError=y --def clean=y --def excludeList=amc.txt
and this is a screen of the error mail that I receive

Image
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error with email address

Post by rednoah »

cron is probably configured to automatically send messages to the locks user.

I reckon this isn't specific to FileBot but applies to any cron task.
:idea: Please read the FAQ and How to Request Help.
Post Reply