Menu

#2 Does BCC really work?

open-works-for-me
nobody
None
5
2005-02-24
2005-02-22
Air Bete
No

It looks like BCC adresses are not transfered to the
Yahoo server with version 0.5.6. I've tried 2 times
with no success. But it is advertised "Creating To, Cc,
Bcc and Subject headers" on the project page. What am I
doing wrong?

AB.

Discussion

  • Anderson Lizardo

    Logged In: YES
    user_id=474960

    Well, here it works nice. Can you please report:

    - Your Yahoo! Mail domain (e.g. @yahoo.co.uk, @yahoo.com)
    - Which e-mail client (MUA) are you using
    - what exactly isn't working (the BCC recipient is not receiving the
    message? The message is not sent to any recipient?)

    Thanks,

     
  • Anderson Lizardo

    • status: open --> open-works-for-me
     
  • Air Bete

    Air Bete - 2005-02-24

    Logged In: YES
    user_id=549766

    I'm using @yahoo.com with KMail as MUA. The message is
    effectively sent as it appears in the Sent folder on Yahoo!
    The TO recipients receive the mail but not the BCC
    recipients. I've just retried it to be sure.

    I've been using sendymail for months and it works great
    (beside that).

    Thanks to you.

     
  • Anderson Lizardo

    Logged In: YES
    user_id=474960

    I've just tested SendYmail 0.5.7 using a @yahoo.com account and
    Kmail. I could not reproduce your problem.

    Can you try the latest version? If it still has this problem, run the
    following command inside SendYmail's unpacked dir:

    egrep '^(use|require)' sendymail.pl | \
    awk -F'[; ]' '{print $2}' | \
    while read m; do perl -M"$m" -e ''; done

    If it succeeds, it'll not output anything. Otherwise, it may output lines
    like "Can't locate <module> in @INC ...".

    Also send your SendYmail log file (~/sendymail.log by default) and the
    output of the "send_test.sh" script.

    Thanks,

     
  • Air Bete

    Air Bete - 2005-02-26

    Logged In: YES
    user_id=549766

    I installed 0.5.7. No change. :-(

    The egrep command yields nothing (so every Perl module is
    found I guess).

    ~/sendymail.log:
    Feb 26 14:05:36 [22778] Starting SendYmail 0.5.7
    Feb 26 14:05:36 [22778] Parsing message from standard input...
    Feb 26 14:05:36 [22778] Authenticating user "xxx"...
    Feb 26 14:05:39 [22778] Accessing Yahoo! Mail main page...
    Feb 26 14:05:40 [22778] Composing message...
    Feb 26 14:05:41 [22778] Sending message...
    Feb 26 14:05:42 [22778] Closing session...
    Feb 26 14:05:42 [22778] Session closed
    Feb 26 14:05:42 [22778] Removing temporary files...
    Feb 26 14:05:42 [22778] SendYmail finished

    send_test.sh:
    From: SendYmail Test <sendymail@sendymail>
    To: xxx@yahoo.com
    Subject: SendYmail is working! [22412]
    Mime-Version: 1.0
    Content-Type: text/plain; charset=iso-8859-1
    Content-Disposition: inline
    Content-Transfer-Encoding: 8bit

    If you are receiving this e-mail, it's because SendYmail was
    successfully installed on chimay.bieresbelges. Some debug
    information:

    Summary of my perl5 (revision 5.0 version 8 subversion 3)
    configuration:
    Platform:
    osname=linux, osvers=2.4.21-4.elsmp,
    archname=i386-linux-thread-multi
    uname='linux tweety.devel.redhat.com 2.4.21-4.elsmp #1
    smp fri oct 3 17:52:56 edt 2003 i686 i686 i386 gnulinux '
    config_args='-des -Doptimize=-O2 -g -pipe -march=i386
    -mcpu=i686 -Dversion=5.8.3 -Dmyhostname=localhost
    -Dperladmin=root@localhost -Dcc=gcc -Dcf_by=Red Hat, Inc.
    -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux
    -Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib
    -Dusethreads -Duseithreads -Duselargefiles -Dd_dosuid
    -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow
    -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl
    -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr
    -Dinc_version_list=5.8.2 5.8.1 5.8.0'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef
    useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define
    usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
    Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE
    -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing
    -I/usr/local/include -D_LARGEFILE_SOURCE
    -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-O2 -g -pipe -march=i386 -mcpu=i686',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
    -DDEBUGGING -fno-strict-aliasing -I/usr/local/include
    -I/usr/include/gdbm'
    ccversion='', gccversion='3.3.3 20040412 (Red Hat Linux
    3.3.3-7)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8,
    byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define,
    longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8,
    Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
    Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.3.so, so=so, useshrplib=true,
    libperl=libperl.so
    gnulibc_version='2.3.3'
    Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef,
    ccdlflags='-rdynamic
    -Wl,-rpath,/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'

    Characteristics of this binary (from libperl):
    Compile-time options: DEBUGGING MULTIPLICITY USE_ITHREADS
    USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
    Built under linux
    Compiled at Apr 15 2004 13:09:17
    @INC:
    /usr/lib/perl5/5.8.3/i386-linux-thread-multi
    /usr/lib/perl5/5.8.3
    /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.3
    /usr/lib/perl5/site_perl/5.8.2
    /usr/lib/perl5/site_perl/5.8.1
    /usr/lib/perl5/site_perl/5.8.0
    /usr/lib/perl5/site_perl
    /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.3
    /usr/lib/perl5/vendor_perl/5.8.2
    /usr/lib/perl5/vendor_perl/5.8.1
    /usr/lib/perl5/vendor_perl/5.8.0
    /usr/lib/perl5/vendor_perl
    .

    Please do not loose too much time on this if I'm the only
    one with the problem. Thanks.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.