Skip to content
Snippets Groups Projects
  1. Apr 04, 2023
  2. Apr 03, 2023
  3. Apr 02, 2023
  4. Apr 01, 2023
  5. Mar 31, 2023
  6. Mar 29, 2023
    • Rob Swindell's avatar
      Sanity-check the from_net_addr (SENDERNETADDR) and recipient list · f5d4c9bd
      Rob Swindell authored
      Anacron sends mail From: Anacron <root>, so deal (convert to root@youraddr).
      
      Also, gracefully handle a forgotten recipient list.
      f5d4c9bd
    • Rob Swindell's avatar
      Fix GCC 12.2 warning · c4770ca4
      Rob Swindell authored
      warning: ‘%s’ directive writing up to 16384 bytes into a region of size
      between 1 and 16385 [-Wformat-overflow=]
      c4770ca4
    • Rob Swindell's avatar
      Fix GCC 12.2 warning · 41cd8c3a
      Rob Swindell authored
      warning: argument 1 value ‘18446744073709551608’ exceeds maximum
      object size 9223372036854775807 [-Walloc-size-larger-than=]
      41cd8c3a
    • Rob Swindell's avatar
      MsgBase.save_msg() throw an exception when an empty recipient list is provided · fe14b001
      Rob Swindell authored
      ... rather than just return false.
      
      This will make debugging this type of issue much easier in the future.
      sendmail.js was allowing empty recipient_list array arguments and the MsgBase
      .status was 0 and .error just an emtpy string - unhelpful.
      fe14b001
    • Rob Swindell's avatar
      Fix GCC 12.2 warnings · f96109e0
      Rob Swindell authored
      warning: ‘checkStamp’ accessing 20 bytes in a region of size 11
      etc.
      f96109e0
    • Rob Swindell's avatar
      Help text updates · 4e78d516
      Rob Swindell authored
      Direct users to Program Settings->Startup Screen Mode for initial/default
      screen mode.
      
      Wording update for Startup Screen Mode help.
      
      Indent the File Locations less as these paths are usually much longer on
      Windows and is ugly when wrapped here.
      4e78d516
    • Rob Swindell's avatar
      Resolve GCC 12.2 warnings · 41f451bb
      Rob Swindell authored
      warning: ‘%s’ directive writing up to 128 bytes into a region of size 74
      note: ‘sprintf’ output between 21 and 179 bytes into a destination of size 80
      41f451bb
    • Rob Swindell's avatar
      Resolve GCC 12.2 warnings · 7aa6f21e
      Rob Swindell authored
      warning: format ‘%s’ expects argument of type ‘char *’, but argument 4 has type ‘void *’
      warning: ‘sprintf’ writing a terminating nul past the end of the destination
      7aa6f21e
Loading