Tomasz Chmielewski wrote:
> Wazir Shpoon schrieb:
>   
>> Try:
>>
>> sendmail -i [EMAIL PROTECTED] < virusmail.eml
>>     
>
> Did I forget to mention that I don't have any MTA running on the machine 
> where amavisd-new sits?
>
> # sendmail -i [EMAIL PROTECTED] < spam-3+qujZLjJ2Sg
> postdrop: warning: unable to look up public/pickup: No such file or 
> directory
>
>   

where does amavisd-new get mail from? that's probably the place to 
submit your mail.

Otherwise, you can use telnet.

# telnet 127.0.0.1 10024
EHLO localhost
MAIL FROM:<>
RCPT TO:<[EMAIL PROTECTED]>
DATA
(paste your message here)
.
QUIT


(or better yet, write a perl script to that...).

> And sending it from somewhere else gets me the message delivered - still 
> with no clue if it was SPAM, SPAMMY etc.
>   


probably because mail doesn't go through amavsid-new?

>
>
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to