Scroll to navigation

TJ3SS_RECEIVER(1) TaskJuggler TJ3SS_RECEIVER(1)

NAME

tj3ss_receiver - receive filled-out status sheets via email

SYNOPSIS

tj3ss_receiver [options]

DESCRIPTION

This program can be used to receive filled-out status sheets via email. It reads the emails from STDIN and extracts the status sheet from the attached files. The status sheet is checked for correctness. Good status sheets are filed away. The sender be informed by email that the status sheets was accepted or rejected.

OPTIONS

Use the specified YAML configuration file
Don't show program and progress information
Don't use ANSI contol sequences to color the terminal output. Colors should only be used when spooling to an ANSI terminal. In case the detection fails, you can use this option to force colors to be off.
Enable Ruby debug mode
Use the specified directory as working directory
Don't send out any emails or do SCM commits
Show this message
Show version info

ENVIRONMENT

The user's home folder. Used to search for configuration file if not specified.

FILES

.taskjugglerrc or taskjuggler.rc
tj3d searches for a config file named .taskjugglerrc or taskjuggler.rc in the current path, the user's home path as specified by the HOME environment variable or /etc/. At a minimum the file must configure an e-mail delivery method and sender e-mail e.g.:

_global:
emailDeliveryMethod: smtp
smtpServer: smtp.your_company.com
_statussheets:
senderEmail: 'TaskJuggler <statussheets@taskjuggler.amd.com>'

An alternative config file location may be specified using the -c, --config FILE option.

The statussheets log file, created in the working directory.

Directory created in the working directory to store the failed emails.

Directory created in the working directory to store the failed status sheets.

COPYRIGHT

Copyright © 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020

by Chris Schlaeger <cs@taskjuggler.org>

This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.

For more info about TaskJuggler see http://www.taskjuggler.org

SEE ALSO

tj3ss_sender(1)

The full TaskJuggler manual is available online at http://www.taskjuggler.org/tj3/manual/, or via the tj3man command.

June 2020 TaskJuggler 3.7.1