<!–
Already subscribed?
Login
–>
<!–
Already subscribed?
Login
–>
News and Opinion Blogs
Taking tips, chasing leads, and solving problems
If you get an email that appears to come from “tickets@delta.com,” delete it. It’s a phishing scam.
A Waukesha man said he received an email Monday that appeared to be a fake airline ticket confirmation. The email included a link, but he didn’t click it.
Through a call to Delta Air Lines, he found out the airline appears to have received a number of similar calls today.
Delta spokesman Paul Skrbec said Monday that even though it looks like a Delta domain at the end of the email address, the email does not actually come from Delta.
“Because Delta is not the source of the fraudulent activity, we cannot speculate on how the customers were selected to receive this misinformation,” he said in an email. “Delta’s information security team is continuing to monitor the situation.”
He said customers can find more information on emails and scam promotions that appear to be from Delta but are not here on Delta’s website.
As a general rule, if you get an email like this that appears to be suspicious, do exactly what this savvy recipient did: Don’t click on anything (you may get malware or viruses on your computer), just delete the email. If you want to alert the company, do as this man did: search the web for the company’s real phone number (don’t rely on whatever information is provided in the email. It won’t be real.) And whatever you do, don’t take any action or give out any personal information in response.
‘;
return comment;
}
$(“#comments”).delegate(“.edit-comment-form,.reply-to-comment-form,#comment-form”,”submit”,function(e){
e.preventDefault();
var thisForm = $(this);
var mainMessageContainer = $(“#comment-form-messages”);
if(thisForm.is(“.reply-to-comment-form”)){
var messageCont = thisForm.parent(“.reply”).siblings(“.active-reply-container”);
if(messageCont.length == 0){
messageCont = $(‘
‘);
thisForm.parent(“li”).before(messageCont);
}
if(_commentUser.isLoggedIn){
insertComment(this,true,function(obj){
//debugResponse(obj);
if(obj.error){
if(obj.error == “User must be logged in to perform the action.”){
messageCont.html(“
Please login to post your comment.
“);
thisForm.hide().parent(“li”).hide();
}else{
messageCont.html(“
Sorry, there was a problem when submitting your comment, please try again.
“);
}
messageCont.removeClass(“hide”);
}else{ // possible status APPROVED,NOTAPPROVED, FLAGGED, AUTHOR, BOT, REJECTED
if(obj.status == “APPROVED”){
messageCont.attr(“id”,”comment-“+obj.id).html(buildCommentHTMLString(obj));
_commentUser.refreshComments = true;
$.cookie(‘_commentSession’,_commentUser,{expires:_commentUser.expires,path:’/’});
}else{// handle all other cases with this blanket
messageCont.html(“
Your comment has been received. If you do not see it immediately, it is being routed for approval.
“);
}
//reset form
messageCont.removeClass(“active-reply-container hide”);
thisForm.find(“.reply-to-comment-body”).val(“”).css(“height”,”18px”).trigger(“blur”);
}
});
}else{
messageCont.html(“
Please login to post your comment.
“);
thisForm.hide().parent(“li”).hide();
messageCont.removeClass(“hide”);
}
}else{ // new
if(_commentUser.isLoggedIn){
insertComment(this,true,function(obj){
//debugResponse(obj);
if(obj.error){
if(obj.error == “User must be logged in to perform the action.”){
mainMessageContainer.html(“
Please login to post your comment.
“);
thisForm.hide();
}else{
mainMessageContainer.html(“
Sorry, there was a problem when submitting your comment, please try again.
“);
}
}else{ // possible status APPROVED,NOTAPPROVED, FLAGGED, AUTHOR, BOT, REJECTED
if(obj.status == “APPROVED”){
$(“#comments-list ol”).eq(0).prepend(‘
‘);
_commentUser.refreshComments = true;
$.cookie(‘_commentSession’,_commentUser,{expires:_commentUser.expires,path:’/’});
}else{// handle all other cases with this blanket
mainMessageContainer.html(“
Your comment has been received. If you do not see it immediately, it is being routed for approval.
“);
}
//reset form
mainMessageContainer.html(“”);
$(“#comment-body”).val(“”).trigger(“blur”);
}
});
}else{
mainMessageContainer.html(“
Please login to post your comment.
“);
thisForm.hide();
}
}
});
$(“#comments-list”).delegate(“.pagination a”,”click”,function(e){
e.preventDefault();
_gaq.push([‘_trackPageview’]);
$(“#comments-list”).html(‘
Loading comments…
‘);
$(“html,body”).animate({scrollTop:$(“#comments”).offset().top},”fast”);
if($(e.currentTarget).is(“.all”)){
_paging.setHash(true,{event:”viewall”,viewAll:$(e.currentTarget).html().indexOf(“Page”) -1 ? 0 : 1});
}else{
var p = $(e.currentTarget).attr(“href”).replace(“#comments”,””);
p = p.substring(p.indexOf(“page=”)+5);
if(p.indexOf(“”) -1){
p = p.substring(0,p.indexOf(“”));
}
var srt = $(“.sorting select option:selected”).val();
srt = srt.substring(srt.indexOf(“sort=”)+5);
_paging.setHash(true,{event:”loadpage”,sortString:srt,page:parseInt(p)});
}
});
$(“.sorting select”).change(function(){
_gaq.push([‘_trackPageview’]);
$(“#comments-list”).html(‘
Sorting comments…
‘);
var srt = $(“.sorting select option:selected”).val();
srt = srt.substring(srt.indexOf(“sort=”)+5);
var p = srt.indexOf(“newest”) -1 ? _paging.pages : 1;
_paging.setHash(true,{event:”sort”,sortString:srt,page:p});
});
$(“.pagesize a”).click(function(e){
e.preventDefault();
_gaq.push([‘_trackPageview’]);
$(“#comments-list”).html(‘
Adjusting page size…
‘);
var srt = $(“.sorting select option:selected”).val();
srt = srt.substring(srt.indexOf(“sort=”)+5);
var p = srt.indexOf(“newest”) -1 ? _paging.pages : 1;
_paging.setHash(true,{event:”pagesize”,pageSize:parseInt($(this).html()),sortString:srt,page:p});
$(this).addClass(‘active’).siblings().removeClass(‘active’);
});
var getCommentBody = function(__comment){
var j = [];
j.push(‘
‘,__comment.userString,’ – – Report Abuse
‘);
return j.join(“”);
}
function spew(array, process, context){
setTimeout(function(){
var item = array.shift();
process.call(context, item);
if (array.length 0){
setTimeout(arguments.callee, 100);
}
}, 100);
}
function createCommentsList(__data){
var __comnts = __data.comments;
var __comntsLength = __comnts.length;
if(__comntsLength 0){
var comts = [];
var appendNth = 10;
if(__comntsLength ‘,getCommentBody(__comment),’
- ‘);
if(__comment.hasResponses){
var __commentResponses = __comment.responses;
var __commentResponsesLength = __commentResponses.length;
for (var r=0; r ‘,getCommentBody(__response),”);
}
}
comts.push(‘
‘);
if((i+1) % appendNth == 0 || (i+1) == __comntsLength) {
if((i+1) == __comntsLength){
que.push(‘
- ‘+comts.join(”)+’
‘+__data.html);
}else{
que.push(‘
- ‘+comts.join(”)+’
‘);
}
comts = [];
_chunk++;
}
}
if(que.length 1){
spew(que,function(chunk){
$(“#comments-list”).append(chunk);
$(“#comments-list .bzdu.commenter-“+_commentUser.id).removeClass(“bzdu”).addClass(“bzbu”);
});
}else{
$(“#comments-list”).append(que.join(”));
$(“#comments-list .bzdu.commenter-“+_commentUser.id).removeClass(“bzdu”).addClass(“bzbu”);
}
_paging.setHash(false,{event:”pageload”});
if(window.location.hash.indexOf(“comment=”) -1){
var scrl = window.location.hash;
scrl = scrl.substring(scrl.indexOf(“comment=”)+8);
if(scrl.indexOf(“”) -1){
scrl = scrl.substring(0,scrl.indexOf(“”));
}
$(“html,body”).animate({scrollTop:$(“#comment-“+scrl).offset().top},”fast”);
}
}else{
$(“#comments-list”).html(‘
‘);
}
}
$(window).hashchange(function(){
if(_paging.event == “pageload”){
var windowLocationHash = window.location.hash;
windowLocationHash = windowLocationHash.replace(/^#!/,””);
if(windowLocationHash (windowLocationHash.indexOf(“sort=”) -1 || windowLocationHash.indexOf(“page=”) -1 || windowLocationHash.indexOf(“viewAll=”) -1 || windowLocationHash.indexOf(“pageSize=”) -1 || windowLocationHash.indexOf(“comment=”) -1)){
var urlVars = [], hash;
var hashes = windowLocationHash.split(”);
for(var i = 0; i Refreshing comments…’);
}
if(!window.location.hash || window.location.hash.indexOf(“comments”) -1){
//this sets default sort order to newestfirst on initial page load
//condition for #comments on blog posts and no hash on article urls, we do ajax
$(“#comments-list”).html(‘
Refreshing comments…
‘);
$(“.sorting select option:selected”).removeAttr(‘selected’);
$(“.sorting select .newestfirst”).attr(‘selected’, ‘selected’);
_paging.setHash(false,{event:”pagerefresh”,sortString:”newestfirst”,page:_paging.pages,pageSize:_paging.pageSize});
}
}
$.ajax({
url:_paging.url(),
cache:false,
dataType: ‘json’,
success:function(__data){
createCommentsList(__data);
},
error: function(a,b,c){
//alert(“ajax error:” + a+”,”+b+”,”+c);
$(“#comments-list”).html(__data.html+’
Oops, its taking too long to retrieve comments, please try again.
‘+__data.html);
}
});
});
if(_commentUser.refreshComments == true){//occurs when someone posts a comment then refreshes page
_commentUser.refreshComments = false;
$.cookie(‘_commentSession’,_commentUser,{expires:_commentUser.expires,path:’/’});
$(“#comments-list”).html(‘
Refreshing comments…
‘);
$(“.sorting select option:selected”).removeAttr(‘selected’);
$(“.sorting select .newestfirst”).attr(‘selected’, ‘selected’);
_paging.setHash(true,{event:”pagerefresh”,sortString:”newestfirst”,page:_paging.pages});
}
$(window).hashchange();
