[Koha-bugs] [Bug 35373] New: Remove comment about bug 8000 in gather_print_notices.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 21 08:32:18 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35373

            Bug ID: 35373
           Summary: Remove comment about bug 8000 in
                    gather_print_notices.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

misc/cronjobs/gather_print_notices.pl has this: 

directory => $output_directory,
files     => $files,
from      => C4::Context->preference('KohaAdminEmailAddress'),    # Should be
replaced if bug 8000 is pushed
to        => $email,
transport => $transport,

Bug 8000 was pushed in 2019, but seems related to the "to" address, not the
"from": 

"This enhancement adds a system preference 'SendAllEmailsTo' which, when
populated with a valid email address, will redirect all outgoing mail from Koha
to this address. This feature is intended for use during testing/setup of Koha,
to prevent spamming users."

So maybe the code changed from underneath the comment? Seems like we can remove
this comment to avoid future confusion?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list