Skip to content

Mail is delivered to To, but mail to Cc is not delivered. #1135

Open
@keides2

Description

@keides2

What did you do? (required. The issue will be closed when not provided.)

#1130
Mail is delivered to To, but mail to Cc is not delivered.

What did you expect to happen?

Mail is delivered not only to the To addresses but also to the Cc addresses.

What happened instead?

Mail is delivered only to the To addresses.

Steps to reproduce the behaviour

#1130

Configuration (MUST fill this out):

  • Go version (go version):
    go version go1.15.6 linux/amd64

  • Go environment (go env):

GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/vuls/.cache/go-build"
GOENV="/home/vuls/.config/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/vuls/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/vuls/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build243258824=/tmp/go-build -gno-record-gcc-switches"
  • Vuls environment:

Hash : d6435d2

To check the commit hash of HEAD
$ vuls -v

vuls v0.15.2 build-20210118_095239_d6435d2

  • config.toml:
[servers]

[slack]
hookURL = "https://outlook.office.com/webhook/xxxx"
channel = "#VulsReport"
authUser = "VulsReporter"

[servers.Project-A]
type = "pseudo"
cpeNames = [
	"cpe:/o:netbsd:netbsd:-",
	"cpe:/a:zlib:zlib:1.1.4",
	"cpe:/a:info-zip:unzip:5.52",
	"cpe:/a:info-zip:wiz:2.31",
	"cpe:/a:microsoft:sql_server:2017:-:~~~~x64~",
	"cpe:/o:microsoft:windows_10:1607::~~~~x64~",
	"cpe:/a:microsoft:.net_framework:3.5.1",
	"cpe:/a:microsoft:.net_framework:4.7.2",
	]


[email]
smtpAddr = "localhost"
smtpPort = "25"
from = "[email protected]"
to = [
	"[email protected]",
	"[email protected]",
	]
cc = [
	"[email protected]",
	"[email protected]",
	]
subjectPrefix = "[VulsReport]"
  • command:

#1130

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions