這種人高智商,又可利用大公司的資源。造假可以不漏痕跡。這是一個簡單的例子:幾行code就造一個電郵。再加一些code就可以按需要設置發收時間。
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="mymail@mydomain.com"
myMail.To="someone@somedomain.com"
myMail.TextBody="This is a message."
myMail.Send
set myMail=nothing
%>
不知道律師又怎樣能證明、查明那是假郵件
所有跟帖:
•
低估了全世界的黑客们
-慧惠-
♀
(446 bytes)
()
08/05/2015 postreply
16:41:32
•
你找对律师,律师知道怎么做,
-vivacasino-
♀
(102 bytes)
()
08/05/2015 postreply
16:58:52
•
謝謝慧惠,vivacasino這些放心了。除了造假,她告不了我。
-华州村姑-
♀
(0 bytes)
()
08/06/2015 postreply
12:03:21
•
If he is not the admin for both mail servers, he could not fake
-futufutu-
♂
(317 bytes)
()
08/06/2015 postreply
22:14:45
•
我也好奇:按说一份邮件送达前,往往会经过很过个中转,每个中转都会加盖时间戳,同时在服务器上保留中转记录。但是
-eN_Joy-
♀
(111 bytes)
()
08/07/2015 postreply
08:26:43